deployd v1.1.0 Release Notes

Release Date: 2017-11-04 // over 6 years ago
  • 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)