Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
5.0.34 (2025-05-03)
Bug Fixes
5.0.33 (2025-02-24)
Bug Fixes
5.0.32 (2025-02-01)
Note: Version bump only for package @feathersjs/memory
5.0.31 (2024-10-31)
Bug Fixes
5.0.30 (2024-09-02)
Note: Version bump only for package @feathersjs/memory
5.0.29 (2024-07-10)
Note: Version bump only for package @feathersjs/memory
5.0.28 (2024-07-10)
Note: Version bump only for package @feathersjs/memory
5.0.27 (2024-06-18)
Note: Version bump only for package @feathersjs/memory
5.0.26 (2024-06-09)
Note: Version bump only for package @feathersjs/memory
5.0.25 (2024-05-03)
Note: Version bump only for package @feathersjs/memory
5.0.24 (2024-03-13)
Note: Version bump only for package @feathersjs/memory
5.0.23 (2024-02-25)
Bug Fixes
5.0.22 (2024-02-15)
Note: Version bump only for package @feathersjs/memory
5.0.21 (2024-01-25)
Note: Version bump only for package @feathersjs/memory
5.0.20 (2024-01-24)
Note: Version bump only for package @feathersjs/memory
5.0.19 (2024-01-23)
Note: Version bump only for package @feathersjs/memory
5.0.18 (2024-01-22)
Note: Version bump only for package @feathersjs/memory
5.0.17 (2024-01-22)
Note: Version bump only for package @feathersjs/memory
5.0.16 (2024-01-22)
Note: Version bump only for package @feathersjs/memory
5.0.15 (2024-01-22)
Note: Version bump only for package @feathersjs/memory
5.0.14 (2024-01-05)
Note: Version bump only for package @feathersjs/memory
5.0.13 (2023-12-29)
Note: Version bump only for package @feathersjs/memory
5.0.12 (2023-11-28)
Bug Fixes
- allow _patch to modify the entire base schema (#3300) (0f41622)
5.0.11 (2023-10-11)
Bug Fixes
- knex: Update all dependencies and Knex peer (#3308) (d2f9860)
- memory: Ensure correct pagination totals (#3307) (c59e1b8)
5.0.10 (2023-10-03)
Note: Version bump only for package @feathersjs/memory
5.0.9 (2023-09-27)
Note: Version bump only for package @feathersjs/memory
5.0.8 (2023-07-19)
Note: Version bump only for package @feathersjs/memory
5.0.7 (2023-07-14)
Note: Version bump only for package @feathersjs/memory
5.0.6 (2023-06-15)
Note: Version bump only for package @feathersjs/memory
5.0.5 (2023-04-28)
Note: Version bump only for package @feathersjs/memory
5.0.4 (2023-04-12)
Bug Fixes
5.0.3 (2023-04-05)
Bug Fixes
5.0.1 (2023-03-15)
Bug Fixes
- memory/mongodb: $select as only property & force 'id' in '$select' (#3081) (fbe3cf5)
5.0.0 (2023-02-24)
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Features
- generators: Move core code generators to shared generators package (#2982) (0328d22)
Features
- adapter: Add patch data type to adapters and refactor AdapterBase usage (#2906) (9ddc2e6)
Bug Fixes
- memory: Use for loop in _find() for better performance (#2844) (d6ee5f1)
Note: Version bump only for package @feathersjs/memory
Features
- cli: Generate full client test suite and improve typed client (#2788) (57119b6)
Features
- core: Allow to unregister services at runtime (#2756) (d16601f)
Note: Version bump only for package @feathersjs/memory
Bug Fixes
- cli: Improve generated application and client (#2701) (bd55ffb)
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Features
- cli: Initial Feathers v5 CLI and Pinion generator (#2578) (7f59ae7)
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Bug Fixes
- dependencies: Lock monorepo package version numbers (#2623) (5640c10)
Bug Fixes
- adapter-commons: Clarify adapter query filtering (#2607) (2dac771)
Features
- mongodb: Add feathers-mongodb adapter as @feathersjs/mongodb (#2610) (6d43734)
- typescript: Improve adapter typings (#2605) (3b2ca0a)
- typescript: Improve params and query typeability (#2600) (df28b76)
BREAKING CHANGES
- adapter-commons: Changes the common adapter base class to use
sanitizeQuery
and sanitizeData
Bug Fixes
- adapter-tests: Add tests for pagination in multi updates (#2472) (98a811a)
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Features
- schema: Initial version of schema definitions and resolvers (#2441) (c57a5cd)
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Bug Fixes
- Update database adapter common repository urls (#2380) (3f4db68)
Features
- adapter-commons: Add support for params.adapter option and move memory adapter to @feathersjs/memory (#2367) (a43e7da)
- typescript: Allow to pass generic service options to adapter services (#2392) (f9431f2)
Features
Bug Fixes
- typescript: Improve TypeScript backwards compatibility (#2310) (f33be73)
Note: Version bump only for package @feathersjs/memory
Note: Version bump only for package @feathersjs/memory
Bug Fixes
Features
Features
- memory: Move feathers-memory into @feathersjs/memory (#2153) (dd61fe3)
Change Log
v4.1.0 (2019-10-07)
Full Changelog
Merged pull requests:
v4.0.1 (2019-09-29)
Full Changelog
Closed issues:
- An in-range update of @types/node is breaking the build 🚨 #101
- An in-range update of webpack is breaking the build 🚨 #98
Merged pull requests:
v4.0.0 (2019-07-05)
Full Changelog
Merged pull requests:
v3.0.2 (2019-01-24)
Full Changelog
Closed issues:
- Multiple patch records #92
Merged pull requests:
v3.0.1 (2018-12-29)
Full Changelog
Merged pull requests:
- Add default params to hook-less methods #89 (daffl)
v3.0.0 (2018-12-17)
Full Changelog
Closed issues:
- An in-range update of webpack is breaking the build 🚨 #84
- An in-range update of @feathersjs/errors is breaking the build 🚨 #83
Merged pull requests:
v2.2.0 (2018-08-26)
Full Changelog
Closed issues:
- Previously functional batch service no longer works when creating in-memory service #77
Merged pull requests:
v2.1.3 (2018-06-11)
Full Changelog
Closed issues:
- Use with create-react-app #74
Merged pull requests:
v2.1.2 (2018-06-03)
Full Changelog
Merged pull requests:
v2.1.1 (2018-03-07)
Full Changelog
Closed issues:
- Why are all the data deleted after the server is rebooted? #68
Merged pull requests:
v2.1.0 (2017-12-03)
Full Changelog
Merged pull requests:
- Use namespaced module name for exporting #64 (daffl)
v2.0.0 (2017-12-03)
Full Changelog
Merged pull requests:
v1.3.1 (2017-10-20)
Full Changelog
Closed issues:
- Custom $select returning
id
#58
- Best practice for $search #51
Merged pull requests:
- Do not select the id by default #59 (daffl)
v1.3.0 (2017-10-19)
Full Changelog
Merged pull requests:
v1.2.1 (2017-09-13)
Full Changelog
v1.2.0 (2017-09-13)
Full Changelog
Closed issues:
- [RFE] An option to set the type of the id field to String #54
Merged pull requests:
v1.1.0 (2017-01-31)
Full Changelog
Merged pull requests:
- Allow to pass a custom matcher and sorter in the options #47 (daffl)
- Change
var
to const
, fix a mistake with feathers-memory
requiring #46 (osenvosem)
v1.0.1 (2016-11-15)
Full Changelog
Merged pull requests:
v1.0.0 (2016-11-11)
Full Changelog
Closed issues:
- Support $select for gets #35
Merged pull requests:
v0.8.1 (2016-11-02)
Full Changelog
Merged pull requests:
v0.8.0 (2016-09-08)
Full Changelog
Closed issues:
- Remove object from memory once sent? #30
Merged pull requests:
v0.7.5 (2016-07-25)
Full Changelog
v0.7.4 (2016-07-21)
Full Changelog
Merged pull requests:
v0.7.3 (2016-06-16)
Full Changelog
Merged pull requests:
v0.7.2 (2016-06-14)
Full Changelog
Closed issues:
Merged pull requests:
v0.7.1 (2016-04-05)
Full Changelog
v0.7.0 (2016-04-04)
Full Changelog
Merged pull requests:
- Move to feathers-commons utilities #20 (daffl)
v0.6.3 (2016-02-25)
Full Changelog
Closed issues:
Merged pull requests:
- Use individual Lodash methods #19 (daffl)
v0.6.2 (2016-02-24)
Full Changelog
Merged pull requests:
v0.6.1 (2016-02-22)
Full Changelog
Merged pull requests:
v0.6.0 (2016-01-30)
Full Changelog
Merged pull requests:
- Use internal methods instead of service methods directly #13 (daffl)
v0.5.3 (2016-01-23)
Full Changelog
v0.5.2 (2016-01-23)
Full Changelog
Merged pull requests:
v0.5.1 (2015-12-19)
Full Changelog
v0.5.0 (2015-12-03)
Full Changelog
v0.4.1 (2015-12-03)
Full Changelog
Merged pull requests:
- Use ES6 classes, Promises and support pagination #11 (daffl)
v0.4.0 (2015-11-07)
Full Changelog
Closed issues:
- How properly append values to an existing memory element #9
- how to initialize memory on app startup #8
- Add query-filter support #7
- Remove sorting and other processing from core service #4
Merged pull requests:
- Migrate to ES6 plugin infrastructure and shared feathers-service-tests #10 (daffl)
- Added support for simple query in find #6 (ruimgoncalves)
0.3.4 (2014-09-25)
Full Changelog
Closed issues:
- Query and persisting Data #5
0.3.3 (2014-06-13)
Full Changelog
0.3.2 (2014-06-13)
Full Changelog
0.3.1 (2014-06-13)
Full Changelog
Closed issues:
- Fix peer dependency #3
- Should support
patch
service method #2
- Need to return proper errors #1
0.3.0 (2014-06-05)
Full Changelog
0.2.1 (2014-06-04)
Full Changelog
0.2.0 (2014-04-22)
Full Changelog
0.1.2 (2014-04-11)
Full Changelog
0.1.1 (2014-04-11)
* This Change Log was automatically generated by [githubchangelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_