- Fixed bug with casting to
DepMaps - Fixed bug where one couldn't create an
ObsMapfrom aSet promiseBindupdated to use Promise API (then) rather thandone; now officially documented and supportedObsBaseobjects now come withtoCell,toArray,toMap, andtoSetmethods, which are equivalent torx.cast(this, <type>)and<type>.from(this)- Upgrade to Jasmine 2.8.0
- Babel now transpiles from ES2017 to ES5
- Moved
eslintanduglify-esout ofdependencies(how did they get there?) and intodevDependencies.
- Upgraded to
bobtail-rx@2.2.1, which includes following changes: ** added support for resolvingpromiseBinds if thePromiserejects. ** added missingkeysmethod toObsSet. **flattennow supportsFunctions. Any functionffound byflattenwill bebinded to a cell, which will itself then be flattened. This is to support desired semantics of therxttemplating DSL.