Skip to content

Releases: firmhub/relm

Takin a vacation

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.

v1.3.0

Choose a tag to compare

@a-s-o a-s-o released this 22 Aug 02:18
  • 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

Choose a tag to compare

@a-s-o a-s-o released this 19 Aug 03:20
v1.2.0-fix

Merged hotfix/1.2.0-rebuild into master

v1.2.0

Choose a tag to compare

@a-s-o a-s-o released this 19 Aug 02:41
  • Compiled code is stored in the repo
  • Fix styles not being applied

Out the door

Out the door Pre-release
Pre-release

Choose a tag to compare

@a-s-o a-s-o released this 16 Feb 20:46
v0.5.5

Publish 0.5.5