Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

64 lines (38 loc) · 1.57 KB

[0.0.1] - December, 10 2018

  • Initial release

The first release was fine, but needed some fixes

[0.1.0] - December, 10 2018

  • New versioning starting on 0.1.0 instead of 0.0.1
  • Example added
  • A little extra formatting for Readme

[0.1.1] - December, 10 2018

  • Changelog added

[0.1.2] - January, 10 2019

  • No need to import the TTF manually

[0.2.0] - January, 14 2019

  • Added an static values property as a map <String, IconData> for the collection

[1.1.0] - November, 15 2019

  • Changed the icons library to match Icons8 1.1.0 version
  • No values property to access icons as a map (yet)

[1.3.0] - February, 8 2021

  • Changed the icons library to match Icons8 1.3.0 version
  • values property restored
  • LineIcon class for convenient constructors
  • camelCased icon names instead of snake_cased

[1.3.1] - February, 8 2021

  • More comments on code
  • values property as a getter instead of a constant
  • New byName() method

[1.3.2] - February, 8 2021

  • Some typos corrected

[2.0.0] - March, 9 2021

  • Null-safety migration
  • readme.md updated

[2.0.1] - March, 9 2021

  • readme.md updated; I forgot to change the version in the header

[2.0.2] - July, 6 2023

  • LineIcon are now const constructors
  • pubspec.yaml is updated with GIT info, thanks to @git-elliot

[2.0.3] - July, 6 2023

  • Mispelling correction: alternateWineGlas is now alternateWineGlass, although the alternateWineGlas icon remains for backward compatibility
  • Thanks to @lukehutch for the heads up