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

Releases: dojo/stores

Release 0.2.0

13 Dec 15:49

Choose a tag to compare

Release 0.2.0 Pre-release
Pre-release

👍 Enhancements

  • Type store contents (#143)

  • Upgrade to TypeScript 2.6 and turn on strict (#144)

Release 0.1.0

30 Nov 12:49

Choose a tag to compare

Release 0.1.0 Pre-release
Pre-release

✅ Fixes

  • Readme fixes (#139)

👍 Enhancements

  • Update typescript to 2.3.2 (#130)

  • Initial Application State Stores Implementation (#137)

    Details
    • reset the repostory structure

    • more reconfiguration

    • Add basic application store

    • store unit tests

    • unit tests

    • default operations

    • README

    • Process concept

    • More work on processes and tests

    • update readme on changes to process

    • update dojo dependencies to ~0.1.0

    • README updates

    • README updates

    • lower case process.ts

    • update code examples

    • add byId function in examples

    • Optional invalidate argument on store.apply

    • Add operations, apply and get to ProcessResult

    • Add undo manager to provide application wide undos

    • Uppercase Store.ts

    • import using the correct case

    • Unit tests for undo manager

    • clean up

    • More README

    • explain the flow control when executing processes

    • Default segements that do not exist assuming that numeric segments are an array otherwise empty object

    • Support creating decorators from a callback and a createProcess factory that has preapplied callbacks

    • Add global undo manager that provides an undo function and decorator that can be used across process

    • Updated README

    • Upgrade to intern4

    • package-lock.json

    • case sensitivity again

  • Upgrade to Intern 4.1 (#138)

  • Move testing to browserstack and add more browsers (#133)

  • Update Dojo URL in package.json (#135)

  • Updating to importHelpers and downlevelIteration (#140)

    Details
    • Updating to importHelpers and downlevelIteration

    • Fixing typo

  • Commit package-lock.json

Release 2.0.0 Alpha 12

30 Nov 12:50

Choose a tag to compare

Pre-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)