Skip to content

v0.1.1

Compare
Choose a tag to compare
@MKHenson MKHenson released this 28 Apr 15:20
· 808 commits to master since this release

v0.1.1

This release is primarily an update for existing functionality, which includes a few bug fixes and general improvements. This release prepares the project for foreign key support which is planned for v0.1.2.

  • Updated schema items validation function to return a promise - see 9b9f222
  • Schema now validates by returning a promise - see e9e4b17
  • Created the framework code for removing model dependencies from foreign keys - see c206d0b
  • Removed getSanitizedData in favour of Schema.getAsJson - see 7cfcab6
  • Created a new SchemaItem function getDbValue() which gets item values specifically for DB requests - see 7cfcab6
  • Foreign key item can fetch target data. Schema options now passed as object to the getVal function - see 7cfcab6
  • Removed unnecessary code - see 82dd8f3
  • Separated the error modal into its own directive - see 355ce7c
  • Schema getAsJSON() now supports schema items returning promises. Foreign keys expanded to support this - see fb1e55d
  • Updated modepress definition files - see 9f08723