Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

v0.8.0

Latest
Compare
Choose a tag to compare
@RiadhAdrani RiadhAdrani released this 17 Nov 19:55
· 4 commits to master since this release

v0.8.0

This release is testable and could be used in production for small and non-complex project.

This release marks the end of development of recursive using JavaScript, it will undergo a complete rewrite with TypeScript, for better code maintainability and expandability.

Change logs

  • moved platform specific code to a new package called recursive-web.
  • added unit testing with jest.
  • added multiple Readme files.
  • changed how dynamic routes work.
  • add setEffect().
  • changed how route declaration works.
  • changed the structure of the framework to be instance based.
  • added onPrepared() and beforePrepared() hooks.
  • added getAnchor().
  • added isWithinRoute().
  • added typing with *.d.ts files.
  • fixed various bugs...

If you find this project interesting or have any suggestion, feel free to leave a comment/Issue.