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.