Skip to content

Takin a vacation

Latest

Choose a tag to compare

@a-s-o a-s-o released this 27 Aug 21:56

No new feature in this release but a number of changes to the api:

  • relm/inferno is now relm/inferno-starter to make it clearer what it does. All starters will now add a start method to the global relm namespace (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.html to 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.