Skip to content

Releases: cujojs/wire

0.10.11: Add fan-out connections

29 Apr 13:06
Compare
Choose a tag to compare
  • Allow incoming connections to "fan out" to multiple methods by supplying an array of method names (or pipelines).

0.10.10: Improve `create` factory

01 Mar 02:39
Compare
Choose a tag to compare

0.10.9: Allow deep $ref

14 Aug 15:10
Compare
Choose a tag to compare
  • Allow arbitrarily deep dot traversal in $refs, eg: { $ref: 'a.b.c.d.e' }.

0.10.8: New `$imports` feature

24 Jun 18:33
Compare
Choose a tag to compare
  • New $imports feature allows declaratively importing wire specs. Check out the docs for more info.
  • Minor internal unit/integration test fixes:

0.10.7

11 Apr 01:44
Compare
Choose a tag to compare

0.10.6

18 Mar 11:10
Compare
Choose a tag to compare
  • Fix semver range for when dependency (#155). Note A clean install of wire < 0.10.6 may install when.js 3.0.0, with which wire is not yet compatible. Version 0.10.6 fixes the semver spec in wire's package.json so that a compatible version of when.js 2.x will be installed.

0.10.5

09 Jan 12:57
Compare
Choose a tag to compare

0.10.4

29 Nov 14:01
Compare
Choose a tag to compare
  • Support for relative module ids, including AMD plugin resource ids in wire's cram builder plugin. (#142)
  • Improved performance in lifecycle processing, allowing components to proceed in parallel in more cases when there are no dependencies between them. (#141)

0.10.3

20 Nov 21:03
Compare
Choose a tag to compare
  • Experimental support for relative AMD plugin resource ids in wire specs. For example:
myTemplate: {
    // Find template.html relative to the current wire spec
    module: 'text!./template.html'
}

0.10.2

31 Jul 14:48
Compare
Choose a tag to compare
  • Experimental support for relative module ids in wire specs in all supported environments. (#131)
  • Fix version mismatch in bower.json (#129)