Skip to content

Latest commit

 

History

History
181 lines (91 loc) · 3.73 KB

CHANGES.md

File metadata and controls

181 lines (91 loc) · 3.73 KB

2016-09-12, Version 1.4.0

  • Update dependencies to the latest version (Miroslav Bajtoš)

2016-08-10, Version 1.3.0

  • Update deprecation notice (Miroslav Bajtoš)

  • Update URLs in CONTRIBUTING.md (#73) (Ryan Graham)

  • update copyright notices and license (Ryan Graham)

  • Updates (Simon Ho)

  • Update README.md (Simon Ho)

  • Refer to licenses with a link (Sam Roberts)

  • Use strongloop conventions for licensing (Sam Roberts)

  • Move mocha to dev deps (Ritchie Martori)

  • Wait for automigrate to finish (Vlad Miller)

  • Replace call of login method on constructor (Aris Kemper)

2015-06-24, Version 1.2.0

  • Respect model property length for TDB strings (zero5100)

  • use object to support placeholder pattern for when called remotely (ningsuhen)

  • use findorCreate to create roles (ningsuhen)

  • Initial withUserModel feature (Ryan Schumacher)

  • Update helpers.js (Vladyslav Millier)

2015-02-23, Version 1.1.0

  • Add done callback (Ryan Schumacher)

  • Add clean datasource feature (Ryan Schumacher)

2015-01-13, Version 1.0.5

  • Throw err when beforeEach.withApp is not called (Farid Neshat)

  • Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)

2014-12-05, Version 1.0.4

  • README: add basic mocha setup instructions (pulkitsinghal)

2014-10-02, Version 1.0.3

  • Update version to 1.0.3 (Simon Ho)

2014-10-02, Version 1.0.2

2014-10-02, Version 1.0.1

  • package: move chai from devDependencies to dependencies (Simon Ho)

  • Add contribution guidelines (Ryan Graham)

2014-09-26, Version 1.0.0

  • Upgrade dependencies (Miroslav Bajtoš)

  • add support for testing with users with roles (Jaka Hudoklin)

  • fix imports (Jaka Hudoklin)

2014-09-25, Version 0.2.1

  • Fix handling of dynamic URLs in the test builder (Clark Wang)

  • Extending tests to cover other methods (ariskemper)

  • package: add repository URL (Miroslav Bajtoš)

2014-06-12, Version 0.2.0

  • helpers: add parameter for request body (Miroslav Bajtoš)

  • helpers: Improve ACL asserts (Miroslav Bajtoš)

  • helpers: fix usage of mocha contexts (Miroslav Bajtoš)

  • Drop peer dependency on loopback (Miroslav Bajtoš)

  • un-used variable (Karl Mikkelsen)

  • tighter status constraints (Karl Mikkelsen)

  • extend range of status allowed/denied (Karl Mikkelsen)

2014-06-06, Version 0.1.5

  • Support loopback 2.x (Miroslav Bajtoš)

  • Bump loopback dependency (Ritchie Martori)

2014-05-25, Version 0.1.3

  • Remove juggler from peerDependencies. (Miroslav Bajtoš)

  • Update to dual MIT/StrongLoop license (Raymond Feng)

2014-02-11, Version 0.1.2

  • Bump version and update deps (Raymond Feng)

2014-01-13, Version 0.1.1

  • Speed up login action (Miroslav Bajtoš)

  • Fix function typo (Ritchie Martori)

2013-12-20, Version 0.1.0

  • Relax loopback dependency (Ritchie Martori)

  • Factor out LoopBack dep to removing coupling on the exact loopback instance. (Ritchie Martori)

  • Remove describe.model (Ritchie Martori)

  • Remove beforeEach.withDefaultDataSource (Ritchie Martori)

  • Move helpers to lib (Ritchie Martori)

2013-12-13, Version 0.0.4

  • Bump version (Ritchie Martori)

  • Move loopback to peerDependencies to avoid using the wrong loopback object (Ritchie Martori)

  • Describe TestDataBuilder in README. (Miroslav Bajtos)

2013-12-11, Version 0.0.3

  • First release!