Changelog History
Page 1
-
v1.2.0 Changes
April 08, 2019 -
v1.1.3 Changes
March 12, 2019๐ Bug Fixes
- ๐ 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.
Chore:
- โก๏ธ Dependency updates
๐ฅ Breaking Changes โ ๏ธ
- ๐ Node.js below version 4.0.0 not officially supported any longer
-
v1.1.2 Changes
December 19, 2017 -
v1.1.1 Changes
November 07, 2017๐ Bug Fixes
- internal-resources: namespaced resources could not be moved/renamed into other namespaces (fa4cc64)
-
v1.1.0 Changes
November 04, 2017Notes: dpd-dashboard and dpd-clientlib now follow semver too. Please update their semver ranges in your project to
^1.0.0
๐ Bug Fixes
- โ
tests:
- run tests on random mongo port and update for new mocha/npm (#831) (4331b3c2)
๐ Features
- ๐ Allow specifying resources in subdirectories/namespaces. (eg. namespace/hello) (#832) (4d22465b)
#### Details:
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.
๐ Documentation
- โก๏ธ Update readme with some best practices (#833) (/aafd3fc5)
- โ
tests:
-
v1.0.0 Changes
September 19, 2017 -
v1.0.0-alpha.0 Changes
November 10, 2016- ๐ Extract CLI from core 4b20a97aa568030dd98a9b5579cd8efaf3e03430
- ๐ refactor(*): remove dashboard and clientlib eee454dab8ae142a0a36339d707a466a9e1bc04c
-
v1.0.0.0
November 06, 2016 -
v0.8.10 Changes
September 19, 2017๐ Bug Fixes
- Dependencies: Fix: Force mime version v1.4.0 (1514b8decc4)
-
v0.8.9 Changes
August 29, 2016