v0.0.1-alpha.9
-
new config option:
maintainRoutesWhenDeveloping
During development, if the route is of typeContentBased
, 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 supportsclassName
-
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