Skip to content

Categories not global and refactoring

Compare
Choose a tag to compare
@deanblackborough deanblackborough released this 02 Nov 16:39
· 1865 commits to master since this release
797abe0
  • Validator base class not set correctly.

Release notes for v1.07.0

  • Added resource_type GET parameter to /categories route to filter results.
  • Two options for changelog, markdown on github and via API.
  • Added Google Analytics to landing page.
  • Corrected CHANGELOG dates, I'm not from the future.
  • POST to categories was not setting the selected resource type, using default value.
  • Split routes up based on the middleware they require.
  • Reworked how OPTIONS are generated, can now set authenticated, new method is more expandable as new verbs are supported.
  • Moved request validators classes, no sit alongside route validators.

Release notes for v1.06.0

  • Updated database, a category is now a child of a resource type, not global.
  • Updated categories collection and category, shows the resource type that category is assigned to.
  • POST/resource_types/.../item/[item_id]/category updated to look at resource type.
  • POST/categories requires the resource_type_id to be set.
  • Request log and Request error log now show created times.
  • Minor updates to models.