Releases: pheasantframework/router
0.2.0-dev
This new version of the Pheasant JS Router introduces a new client-side router called SPARouter. This router can be used for client-only and single page application routing.
Applying these two routers can allow you to perform both server-side and client-side routing as a web library only.
For more information, check the readme at the base/ directory.
Full Changelog: 0.1.1...0.2.0-dev
0.1.1
There were a few typos included, plus some issues when publishing the first version of the package, which has been fixed.
Below is now a new version of the package: not too many updates have been made.
Full Changelog: 0.1.0...0.1.1
0.1.0
This is the first release of the Pheasant Routing Package, a routing library used in the pheasant framework that can also be used in performing simple frontend routing in your JavaScript/TypeScript projects.
This library can be found on denoland, and the library is compatible with both Deno and NPM (no external packages have been used). This package hasn't been published to NPM however, as it is intended for the Pheasant Framework mainly, but you can download the source code and run npm.ts in the scripts/ directory with the deno command. Instructions for building the package, as well as other features, are in the package source.
Package Source: https://github.com/pheasantframework/router/base