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

Changelog History
Page 4

  • v0.6.1 Changes

    • Bumped the default recursion limit to 2 levels
    • Fixed rare case where a resource's dashboard would not load
    • Fixed user events
    • Fixed several validation bugs
    • In a UserCollection /users/me will return 204 instead of 401
  • v0.6.0 Changes

    ๐Ÿ’ฅ Breaking Changes

    • Restructured Deployd app folder structure. Let us know if you need to migrate any 0.5 apps.
    • Changed the "email" property of a UserCollection to "username", in order to be less opinionated about user logic.

    ๐Ÿ†• New Features

    • Rebuilt the dashboard
      • You can now manage resources from any page on the dashboard. Navigation has also been improved
      • You can now reorder properties in a collection
    • Added custom resource API. You can now write your own resources and include them in your app. See the [docs] for examples and reference.

    ๐Ÿ›  Major Bugfixes

    • Fixed bug where your session could get elevated to root after using the Dashboard (causing cancel() in events to be ignored)