feathers-service-tests
Version:
A standardized testing harness for Feathers services
183 lines (111 loc) • 10.8 kB
Markdown
# Change Log
## [v0.10.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.10.0) (2017-05-02)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.9.3...v0.10.0)
**Closed issues:**
- Update ORM tests to cover common requirements [\#38](https://github.com/feathersjs/feathers-service-tests/issues/38)
**Merged pull requests:**
- Update ORM tests to ensure plain objects are returned [\#39](https://github.com/feathersjs/feathers-service-tests/pull/39) ([DesignByOnyx](https://github.com/DesignByOnyx))
- Update semistandard to the latest version 🚀 [\#37](https://github.com/feathersjs/feathers-service-tests/pull/37) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
- Update dependencies to enable Greenkeeper 🌴 [\#36](https://github.com/feathersjs/feathers-service-tests/pull/36) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
## [v0.9.3](https://github.com/feathersjs/feathers-service-tests/tree/v0.9.3) (2017-01-07)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.9.2...v0.9.3)
**Merged pull requests:**
- Do not rely on order of items returned without sorting. [\#35](https://github.com/feathersjs/feathers-service-tests/pull/35) ([jciolek](https://github.com/jciolek))
## [v0.9.2](https://github.com/feathersjs/feathers-service-tests/tree/v0.9.2) (2017-01-04)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.9.1...v0.9.2)
**Closed issues:**
- Add test for $search [\#7](https://github.com/feathersjs/feathers-service-tests/issues/7)
**Merged pull requests:**
- Add tests for limit 0 with pagination [\#34](https://github.com/feathersjs/feathers-service-tests/pull/34) ([daffl](https://github.com/daffl))
## [v0.9.1](https://github.com/feathersjs/feathers-service-tests/tree/v0.9.1) (2016-11-15)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.9.0...v0.9.1)
**Merged pull requests:**
- Do not pass an id to create [\#33](https://github.com/feathersjs/feathers-service-tests/pull/33) ([daffl](https://github.com/daffl))
## [v0.9.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.9.0) (2016-11-11)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.8.2...v0.9.0)
**Closed issues:**
- Add test for using $select with get [\#25](https://github.com/feathersjs/feathers-service-tests/issues/25)
**Merged pull requests:**
- Support $select in get and make sure patch many only returns changed items [\#32](https://github.com/feathersjs/feathers-service-tests/pull/32) ([daffl](https://github.com/daffl))
- 👻😱 Node.js 0.10 is unmaintained 😱👻 [\#31](https://github.com/feathersjs/feathers-service-tests/pull/31) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
## [v0.8.2](https://github.com/feathersjs/feathers-service-tests/tree/v0.8.2) (2016-10-25)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.8.1...v0.8.2)
**Merged pull requests:**
- Install request as a dependency [\#28](https://github.com/feathersjs/feathers-service-tests/pull/28) ([daffl](https://github.com/daffl))
- jshint —\> semistandard [\#26](https://github.com/feathersjs/feathers-service-tests/pull/26) ([corymsmith](https://github.com/corymsmith))
## [v0.8.1](https://github.com/feathersjs/feathers-service-tests/tree/v0.8.1) (2016-09-28)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.8.0...v0.8.1)
**Closed issues:**
- Add test for `$sort` direction coming in as a string. [\#21](https://github.com/feathersjs/feathers-service-tests/issues/21)
**Merged pull requests:**
- Add test for sorting with strings [\#22](https://github.com/feathersjs/feathers-service-tests/pull/22) ([daffl](https://github.com/daffl))
## [v0.8.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.8.0) (2016-09-21)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.7.1...v0.8.0)
**Merged pull requests:**
- Add tests for proper multi patch [\#20](https://github.com/feathersjs/feathers-service-tests/pull/20) ([daffl](https://github.com/daffl))
## [v0.7.1](https://github.com/feathersjs/feathers-service-tests/tree/v0.7.1) (2016-09-20)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.7.0...v0.7.1)
**Merged pull requests:**
- Verify id property for multiple updates [\#19](https://github.com/feathersjs/feathers-service-tests/pull/19) ([daffl](https://github.com/daffl))
## [v0.7.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.7.0) (2016-09-07)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.6.2...v0.7.0)
**Merged pull requests:**
- Improved shared service tests [\#18](https://github.com/feathersjs/feathers-service-tests/pull/18) ([daffl](https://github.com/daffl))
- Upgrade to Mocha 3.x [\#17](https://github.com/feathersjs/feathers-service-tests/pull/17) ([daffl](https://github.com/daffl))
- Update mocha to version 3.0.0 🚀 [\#16](https://github.com/feathersjs/feathers-service-tests/pull/16) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update request-promise to version 4.0.0 🚀 [\#15](https://github.com/feathersjs/feathers-service-tests/pull/15) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
## [v0.6.2](https://github.com/feathersjs/feathers-service-tests/tree/v0.6.2) (2016-07-08)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.6.1...v0.6.2)
**Merged pull requests:**
- Also make sure that update and create do not modify their data [\#14](https://github.com/feathersjs/feathers-service-tests/pull/14) ([daffl](https://github.com/daffl))
## [v0.6.1](https://github.com/feathersjs/feathers-service-tests/tree/v0.6.1) (2016-07-08)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.6.0...v0.6.1)
**Merged pull requests:**
- Make sure that id properties are not changed [\#13](https://github.com/feathersjs/feathers-service-tests/pull/13) ([daffl](https://github.com/daffl))
## [v0.6.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.6.0) (2016-06-16)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.8...v0.6.0)
**Closed issues:**
- NPM version different from current compiled version. [\#4](https://github.com/feathersjs/feathers-service-tests/issues/4)
**Merged pull requests:**
- Tests to allow to override paginate in params [\#12](https://github.com/feathersjs/feathers-service-tests/pull/12) ([daffl](https://github.com/daffl))
- Ensure services use internal methods [\#11](https://github.com/feathersjs/feathers-service-tests/pull/11) ([t2t2](https://github.com/t2t2))
- mocha@2.5.0 breaks build 🚨 [\#10](https://github.com/feathersjs/feathers-service-tests/pull/10) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#9](https://github.com/feathersjs/feathers-service-tests/pull/9) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update request-promise to version 3.0.0 🚀 [\#6](https://github.com/feathersjs/feathers-service-tests/pull/6) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update all dependencies 🌴 [\#5](https://github.com/feathersjs/feathers-service-tests/pull/5) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
## [v0.5.8](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.8) (2016-04-01)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.7...v0.5.8)
## [v0.5.7](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.7) (2016-04-01)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.6...v0.5.7)
## [v0.5.6](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.6) (2016-04-01)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.5...v0.5.6)
## [v0.5.5](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.5) (2016-04-01)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.4...v0.5.5)
## [v0.5.4](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.4) (2016-02-22)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.3...v0.5.4)
**Merged pull requests:**
- updating request promise [\#3](https://github.com/feathersjs/feathers-service-tests/pull/3) ([ekryski](https://github.com/ekryski))
## [v0.5.3](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.3) (2015-12-30)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.2...v0.5.3)
## [v0.5.2](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.2) (2015-12-19)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.1...v0.5.2)
## [v0.5.1](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.1) (2015-12-09)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.5.0...v0.5.1)
## [v0.5.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.5.0) (2015-12-02)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.4.0...v0.5.0)
## [v0.4.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.4.0) (2015-12-01)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.3.0...v0.4.0)
**Closed issues:**
- Supported databases [\#1](https://github.com/feathersjs/feathers-service-tests/issues/1)
**Merged pull requests:**
- Promises, patch/remove/create many and pagination tests [\#2](https://github.com/feathersjs/feathers-service-tests/pull/2) ([daffl](https://github.com/daffl))
## [v0.3.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.3.0) (2015-11-07)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.2.1...v0.3.0)
## [v0.2.1](https://github.com/feathersjs/feathers-service-tests/tree/v0.2.1) (2015-11-04)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.2.0...v0.2.1)
## [v0.2.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.2.0) (2015-11-04)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.1.1...v0.2.0)
## [v0.1.1](https://github.com/feathersjs/feathers-service-tests/tree/v0.1.1) (2015-11-03)
[Full Changelog](https://github.com/feathersjs/feathers-service-tests/compare/v0.1.0...v0.1.1)
## [v0.1.0](https://github.com/feathersjs/feathers-service-tests/tree/v0.1.0) (2015-10-28)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*