Changelog
1.1.3 (2019-03-12)
Fix big numbers being parsed into integers when it wasn't safe to do so (#873)
Documents could have a generated id that is only composed of numbers. Deployd automatically tries to convert parameters that look like numbers to JS numbers with parseInt
. For big numbers this isn't safe and could result in the numbers being changed.
This fixes this problem by leaving the numbers strings when they are too big to be safe numbers.
<a name="1.1.2"></a>
Changelog
1.1.0 (2017-11-04)
Notes: dpd-dashboard and dpd-clientlib now follow semver too. Please update their semver ranges in your project to ^1.0.0
Allow specifying resources in subdirectories/namespaces. (eg. namespace/hello) (#832) (4d22465b)
What this does is allow structuring resources in subdirectories. (eg clientapi/users, clientapi/photos, clientapi/v2/followers, etc)
This greatly improves the structure of projects, allowing easier separation of functions into their own separate concerns.
Each can have its own separate event code and deployd will handle the routing. This should work for any resource type.
<a name="v1.0.0"></a>
Changelog
v1.0.0 (2017-09-19)
this
(#782)
(a9fdc4cf)refactor: remove dpd cli from deployd core module (#776) (626d4ad6)
refactor(*): remove dashboard and clientlib from deployd core module (#783) (c9d0a91d)
ℹ️ A migration guide is available in the readme
<a name="v0.8.10"></a>
Changelog
v0.8.10 (2017-09-19)
<a name="v0.8.9"></a>