Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Releases: sundowndev/leafeon

v2.1.20

14 May 12:26
1546e87
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where the previous matched route was not overridden on hash change
  • Fixed commonjs module resolution with npm
  • Changed .onpopstate() to .onhashchange() on window object

v2.1.16

14 Dec 11:05
Compare
Choose a tag to compare

Changelog

  • Added coverage test using Coveralls & nyc

v2.1.15

06 Dec 13:22
Compare
Choose a tag to compare

Changelog

  • Setup unit & lint tests (#23)
  • Bugfixes
    • [Fix #22]
    • [Fix #15]
  • Browser usage using Webpack
  • Support of npm usage without ES6
  • Code refactor to increase files size

v2.0.8

01 Nov 15:22
Compare
Choose a tag to compare

Changelog

  • New library name & logo
  • Test : created a travis-ci build script
  • API : renamed route property to path
  • Improved API documentation
  • Implemented Typescript
  • Added ESlint script
  • Fix functions access scope

v1.6.2

23 Sep 15:03
7351a19
Compare
Choose a tag to compare

Changelog

Features

  • [Fix #11] URL generator for dynamic routes redirection
  • Adding a babel-minify script to easily minify the library
  • Handling exception on variable types in some functions

Bugfixes

  • Minor code refactor : variable names & declarations

v1.5.11

13 Sep 12:34
Compare
Choose a tag to compare

Changelog

  • Fix minified libraries having spaces and tabs
  • Use minified library on demo page
  • Documentation

v1.5.10

13 Sep 12:20
Compare
Choose a tag to compare

Changelog

  • Added notFoundException function to call the callback from the routes
  • Minor syntax refactor
  • Updated documentation

v1.5.9

10 Sep 13:44
82a9feb
Compare
Choose a tag to compare

Changelog

  • Documentation

v1.5.8

08 Sep 17:07
Compare
Choose a tag to compare

It's v1.5.8 release!

Changelog

Fixes

  • [Fix #15] Export the router for npm module
  • Fixed minor syntax mistakes
  • Documentation

v1.5.6

09 May 15:31
d84ee9b
Compare
Choose a tag to compare

Changelog

  • npm package version