Skip to content
This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Release 2.0.0 Alpha 12

Pre-release
Pre-release

Choose a tag to compare

@dojo-bot dojo-bot released this 30 Nov 12:50
· 67 commits to master since this release

πŸ‘ Enhancements

  • Update readme after move away from compose (#125)

  • Fix code style (#118)

    Details

    Fixes #117

    • Prefer arrow functions, and fix method chaining indentation

    • Add missing underscores to private and protected property names

    • Convert to arrow functions and object literal function syntax in tests

    • Alphabetize and order class/interface properties by visibility

    • Fix import order in source files

    • Increase margin of error on async test due to inconsistency

    • Add test case for missing branch coverage

  • Updating README, meta #140 (#115)

  • Typescript 2.2 mixin conversion part 2 (#110)

    Details
    • Convert the rest of stores to use TypeScript 2.2 instead of compose.
  • Updated copyright (#120)

    Details
    • Updated copyright

    [skip ci]

    • Updated LICENSE

    [ci skip]

  • Added grunt doc and keys for automated API builds

  • Remove dependency on tslint and grunt-tslint (#121)

    Details
    • remove dependency on tslint and grunt-tslint

    • clean up rules in preperation for tslint 4+

    • Fix lint errors preemptively for tslint version 4

  • Updated npm dep to be 3+ in package.json (#123)

    Details

    [ci skip]

  • Add explicit return types and missing imports (#128)