Skip to content

Release 0.10.0

Compare
Choose a tag to compare
@DanRibbens DanRibbens released this 09 Sep 20:03
· 8794 commits to beta since this release

0.10.0 (2021-09-09)

Bug Fixes

  • admin UI collection id is required (dc96b90)
  • allow save of collection with an undefined point (f80646c)
  • config validation correctly prevents empty strings for option values (41e7feb)
  • ensures hooks run before access (96629f1)
  • ensures proper order while transforming incoming and outgoing data (c187da0)
  • improve id type semantic and restrict possible types to text and number (29529b2)
  • remove media directory to improve test run consistency (d42d8f7)
  • sanitize custom id number types (c7558d8)
  • sort id columns (114dc1b)

Features

  • add config validation for collections with custom id (fe1dc0b)
  • add config validation for collections with custom id (d0aaf4a)
  • add point field type (7504155)
  • allows user to pass req through local findByID (8675481)
  • frontend polish to point field (64ad6a3)
  • graphql support for custom id types (bc2a6e1)
  • point field localization and graphql (30f1750)
  • replace the collection idType option with an explicit id field (4b70a12)
  • support custom ids (3cc921a)