Skip to content

Releases: superuserdev/schemaserver

Return `$this` for all set methods

14 Sep 07:58
v0.0.4
Compare
Choose a tag to compare
  • Thing::_set now returns $this
  • Add typehinting for all set* methods

Test database & PHP classes match

13 Sep 06:00
v0.0.3
Compare
Choose a tag to compare
  • Move all testing code to .tests/ directory
  • Add tests to connect to and retrieve table list from database
  • Check that a database table exists for each PHP class
  • Check that a PHP class exists for each database table
  • Add missing tables for ListItem & QuantitativeValue

Class & table consistency

05 Sep 04:52
v0.0.2
Compare
Choose a tag to compare
  • More new classes & tables
  • CreativeWork now has all props (some commented-out)
  • All tables StudlyCase
  • All props/columns now camelCase
  • Properly quote all tables & columns in SQL
  • Misc. bug fixes

Basic limited functionality

03 Sep 02:37
v0.0.1
Compare
Choose a tag to compare

This is essentially functional but should not be used

  • Add more classes & tables
  • Add some missing properties
  • Database structure should now nearly match classes
  • Implement basic PHP linting
  • Add PostgreSQL to Travis-CI config
  • Fix various typos and other mistakes

Alpha 0

23 Aug 21:00
v0.0.0
b6b9db1
Compare
Choose a tag to compare
Alpha 0 Pre-release
Pre-release
  • Basic structure & documentation
    This is an early alpha and is not suitable for use of any kind