Skip to content

v0.0.1-alpha.9

Compare
Choose a tag to compare
@wpdas wpdas released this 07 Mar 20:20
· 236 commits to main since this release
  • new config option: maintainRoutesWhenDeveloping
    During development, if the route is of type ContentBased, it will return to the first registered route every time a file is changed. This property enables or disables this behavior.

  • Added environment to the build process

  • Added options parse file to handle all the build vars process

  • Small adjustment to the import compiler (organize.js)

  • Routes system updated to handle maintainRoutesWhenDeveloping configuration

  • RouteLink now supports className

  • stateManager improved

  • utils updated with isDevelopment feature. This is for internal usage only

  • Added types for bos State

  • Added index.d.ts and added its reference to package.json file

See changes here