Skip to content

Releases: jordond/weather_icons

v3.0.0-nullsafety.0

v3.0.0-nullsafety.0 Pre-release
Pre-release

Choose a tag to compare

@jordond jordond released this 05 Mar 22:57

v3.0.0-nullsafety.0

Features

  • null-safety: migrate library to dart null-safety (#16) (4cbdd2a)
  • null-safety: update readme to reflect null-safety (7903c48)

BREAKING CHANGES

  • null-safety: library have been migrated to dart null-safety

2.0.2 (2020-10-17)

Bug Fixes

  • codegen: fixed code generation to combat tree shaking error (#12) (54fa8a2)

2.0.1 (2020-02-17)

Bug Fixes

  • rotate: switch degree from double to num (2d6413a)
  • wind_icon: Accept any numeric value (double and int) (#7) (3c8a350)

2.0.0 (2019-07-20)

Bug Fixes

  • timeicon: remove iconFromHour and iconFromDate (c19f4cb)
  • windicon: fix the rotation of the wind icons (3acacee)

Features

  • boxedicon: add a widget for boxing the font icon (abb773d)
  • icons: add hidden directional icons (2766775)

BREAKING CHANGES

  • timeicon: Remove two Time icon helper functions. In favour of creating a class instead of a
    function, so you can properly customize the icons.

v2.0.2

Choose a tag to compare

@jordond jordond released this 17 Oct 00:02
54fa8a2

2.0.2 (2020-10-17)

Bug Fixes

  • codegen: fixed code generation to combat tree shaking error (#12) (54fa8a2)

v2.0.1

Choose a tag to compare

@jordond jordond released this 17 Feb 22:06

2.0.1 (2020-02-17)

Bug Fixes

  • rotate: switch degree from double to num (2d6413a)
  • wind_icon: Accept any numeric value (double and int) (#7) (3c8a350)

v2.0.0

Choose a tag to compare

@jordond jordond released this 20 Jul 01:23
22e1831

2.0.0 (2019-07-20)

Bug Fixes

  • timeicon: remove iconFromHour and iconFromDate (c19f4cb)
  • windicon: fix the rotation of the wind icons (3acacee)

Features

  • boxedicon: add a widget for boxing the font icon (abb773d)
  • icons: add hidden directional icons (2766775)

BREAKING CHANGES

  • timeicon: Remove two Time icon helper functions. In favour of creating a class instead of a
    function, so you can properly customize the icons.

v1.0.1

Choose a tag to compare

@jordond jordond released this 18 Jul 23:59
94826a9

1.0.1 (2019-07-18)

Bug Fixes

  • time: fix the time icon helper methods (77c604b)

v1.0.0

Choose a tag to compare

@jordond jordond released this 18 Jul 18:00

1.0.0 (2019-07-18)

Bug Fixes

  • lib: fix generated fromName method to be consistent with code (1e9aac1)

Features

  • font: add script to download the latest version of weathericons (6dedb3f)
  • lib: add helper for converting from weathericon class name to icondata (8479c76)
  • lib: add helpers for time and wind (ecea0b5)
  • lib: initial commit (8980637)