Releases: firmhub/relm
Releases · firmhub/relm
Release list
Takin a vacation
No new feature in this release but a number of changes to the api:
relm/infernois nowrelm/inferno-starterto make it clearer what it does. All starters will now add astartmethod to the globalrelmnamespace (in the browser) instead of being package specific- Updated the webpack build process to a multi-part library - this should make adding specific plugins easier as they will become available as
relm.XXXXPlugin - Started creating mocha test harness to run e2e tests in browser - first failing test is in - just drag
inferno-starter.e2e.htmlto a browser- TODO: automate mutliple browsers
Next steps:
Back in two weeks
More formalized object prototypes
Plugins will modify prototypes for component, node, and task instead of the instances directly to make APIs more cohesive and to formalize object creation. Required objects will be created from these prototypes.
GraphQL love
Current queries are running but the main app's internal code needs to fit the new API.
Add more formalized testing to this package, then more refactoring can take place here and in the main app.
v1.3.0
- Overridden tasks and actions both have similar api (they receive next as the second argument which continues the task/action with the modified arguments given to next)
- Tasks and actions are defined separately and accessed separately on the config object - clearer and easier to document this way
- GifRoulette example now works
Next up - update main app for the API changes
Hotfix - bundled scripts
v1.2.0-fix Merged hotfix/1.2.0-rebuild into master
v1.2.0
Out the door
v0.5.5 Publish 0.5.5