Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Latest commit

 

History

History
86 lines (58 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

86 lines (58 loc) · 1.54 KB

Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.2.1

October 23, 2018

Changed

  • Adjust margins to align text & logo with rays

v0.2.0

July 27, 2018

Changed

  • Using template string for formatting.
  • console.log placeholders moved into variables.
  • Updated default export.

Fixed

  • Rays are now displayed.

v0.1.0

July 26, 2018

Added

  • Added files property to package.json so that only the neccessary files are published to npm.

Changed

  • Updated browserslist
  • Replaced babel es2015 preset with env
  • Using export keyword in index.js module
  • Moved JavaScript files into root of src directory.

Fixed

  • Fixed error due to extra parenthesis in index.js module

v0.0.5

July 26, 2018

Changed

  • Make rays image HTTPS

v0.0.4

July 25, 2018

Changed

  • remove unnecessary single quote
  • add rays img

v0.0.3

July 20, 2018

Changed

  • remove gulpfile.js
  • remove unnecessary scripts from package.json

v0.0.2

July 20, 2018

Changed

  • Change text
  • Make image https
  • Add package name to package.json (Doh!)

v0.0.1

July 20, 2018

Added

  • Base structure of module with relevant editorconfigs, gitconfig, license etc