saiichihashimoto / mongoose-normalizr

Generate normalizr schemas from mongoose schemas!
https://saiichihashimoto.github.io/mongoose-normalizr/
MIT License
4 stars 1 forks source link

Update normalizr to the latest version 🚀 #421

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency normalizr was updated from 3.4.1 to 3.6.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: paularmstrong License: MIT

Release Notes for v3.6.0
  • Added fallbackStrategy for denormalization (#422)
  • Fixed entities can be undefined in TS defs if none found (#435)
Commits

The new version differs by 15 commits.

  • b46bd7b v3.6.0
  • 06c4551 added a fallback strategy for denormalization (#422)
  • a8ac881 fix(typescript): entities undefined if none found (#435)
  • 09256f6 Remove greenkeeper badge from readme
  • b942760 v3.5.0
  • a61b8cf Add ability to dynamically set nested schema type (#415)
  • 3246f91 fix(schemas): don't use schema to attribute mapping on singular array schemas (#387)
  • 5992d34 [fix] When normalize() receives null input, don't say it is an object (#411)
  • b5f570a Enable loose transformation for object spread operator to improve performance (#431)
  • 3df7d07 Bump handlebars from 4.1.2 to 4.5.3 (#429)
  • df45954 Improve performance of circular reference detection (#420)
  • 2524e66 Bump lodash from 4.17.3 to 4.17.15 in /examples/redux (#402)
  • b7e8d58 Bump eslint-utils from 1.3.1 to 1.4.2 (#412)
  • 05ac83c Correct usage of word "entities" in documentation (#416)
  • 8d03c8c Bump lodash from 4.17.5 to 4.17.15 (#409)

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: