All Versions
32
Latest Version
Avg Release Cycle
117 days
Latest Release
1816 days ago

Changelog History
Page 1

  • v1.2.0 Changes

    April 08, 2019

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow custom express handler after deployd middleware (#869) (81b84b1)
  • 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

    ๐Ÿ› Bug Fixes

    • ๐Ÿš€ don't overwrite http headers with defaults (#851) (c6d8fdb)
  • 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, 2017

    Notes: 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)
  • v1.0.0 Changes

    September 19, 2017

    ๐Ÿ› Bug Fixes

    • collection: protect and hide should not modify this (#782) (a9fdc4cf)
    • internal-client: add req.resume() (#785) (5e2c7813)
    • โž• add socketIo check (#802) (ce04ddee)
    • ๐Ÿ›  fix: server.attach() did not enable socket clustering (#777) (04bb24a2)

    ๐Ÿ’ฅ Breaking Changes โš ๏ธ

    • 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](README.md#migration-guide-to-v1.0.0)

  • v1.0.0-alpha.0 Changes

    November 10, 2016
  • 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

    v0.8.9 (2016-08-29)

    ๐Ÿ› Bug Fixes

    • db: convert skip/limit arg to integer
      ๐Ÿš€ (86e6f5f6)
    • ๐Ÿ“ฆ package:
    • ๐Ÿ‘‰ user-collection: ensure password is a string
      ๐Ÿš€ (e81c6c7b,
      ๐Ÿš€ #735)