Skip to content

Version 1.12.0

Compare
Choose a tag to compare
@jimlambie jimlambie released this 15 Aug 03:31
· 1484 commits to master since this release
  • fix: ensure composed array values match original order

  • feat: add name to endpoints #129

  • fix: values being overridden in partial document update #127

  • feat: add SSL support #119

  • fix: remove log rotation options #123

  • fix: modify nested query to compare strings

  • fix: get compose val from schema or model

  • fix: stringify objects within err obj

  • fix: reduce wait time on db ops, speeds up tests

  • fix: empty reference field results #118

  • fix: allow DateTime conversion to unix if value is in a different format. Introduces a field formatting param to compose according to type. Currently only unix with fallback to ISO.

    fieldName: {
      type: "DateTime",
      format: "unix",
      ...
    }
    
  • fix: allow Mixed fields with ids for legacy CMS

  • fix: remove options from count endpoint