Skip to content

Releases: Hawmex/navand

v1.0.0-alpha.5

13 Sep 09:47
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release
  • Improve code structure and formatting.

Breaking Changes

  • Add route validation.

v1.0.0-alpha.4

12 Sep 18:49
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release
  • Fix typos in README.md.

v1.0.0-alpha.3

12 Sep 18:14
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release
  • Improve README.md.
  • Fix a typo in CHANGELOG.md.

v1.0.0-alpha.2

12 Sep 17:18
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • Use build_runner instead of webdev for building.

v1.0.0-alpha.1

12 Sep 17:04
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
  • Hide inactive routes and fix route resolution.
  • Add a guard for an extreme case in interaction with the navigator when pop
    is called quickly and in a row.
  • Improve command-line tool
    • Force the command-line tool for the exits of child processes.
    • Remove the unnecessary pipes.

v0.3.4

12 Sep 17:02
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release
  • Add serve and build commands.

v0.3.3

11 Sep 08:18
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • Improve CHANGELOG.md.

v0.3.2

11 Sep 08:01
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Add a condition to avoid emptying the route entries when the history is
    popped.

v0.3.1

10 Sep 08:42
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Fix inconsistencies in the behavior of Navigator.

v0.3.0

09 Sep 10:07
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Fix the unexpected behaviors of the Navigation API.
  • Remove unnecessary errors thrown at runtime.

Breaking Changes

  • Switch to async functions for Navigation.