Skip to content

Releases: silverstripe/silverstripe-restfulserver

2.0.3

08 Apr 23:36
3c1055e
Compare
Choose a tag to compare
  • FIX: comply with psr-2 (Andreas Piening) - cbca821
  • FIX: add missing canView check in json (Andreas Piening) - d0149f8

2.0.2

04 Apr 03:35
Compare
Choose a tag to compare
  • Remove obsolete branch alias (Robbie Averill) - f54142e
  • Sanitise class name in JSON formatter (Andreas Piening) - 9cfe4f3
  • FIX: make RestfulServer:: configurable (Andreas Piening) - d45a407

2.0.1

04 Apr 03:35
4581fbf
Compare
Choose a tag to compare
  • Alias unit tests (Bernard Hamlin) - 5c52bf0
  • Add field mapping config (Bernard Hamlin) - aada3e3
  • Catch ValidationExceptions and return ValidationResult messages. (cpenny) - 029ccd0

2.0.0

27 Feb 01:29
b59d956
Compare
Choose a tag to compare
  • Cleanup unused class imports (Robbie Averill) - 5b58220
  • FIX getFieldsForObj does not return relation classes in hasField() check (Robbie Averill) - defdc72

2.0.0-beta1

07 Dec 10:55
9e4b2ff
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

SilverStripe 4 compatible

  • FIX Replace deprecated Config stat() calls with get() (Raissa North) - 334553c
  • ENHANCEMENT DataFormatter setters return for chaining (Raissa North) - 823d29f
  • Silence Travis CI complaints about Versioned via require-dev (Dylan Wagstaff) - 3dda824
  • Upgrade: begin SilverStripe 4 compatiblity update (Dylan Wagstaff) - 6601b42

1.0.8

17 Nov 01:58
a737f67
Compare
Choose a tag to compare
  • FIX Total items count in output respects canView on records (Robbie Averill) - be255c2
  • FIX Return string directly when no body content is provided to put/post methods (Robbie Averill) - b3fc680
  • Remove PHP 5.3 from Travis config, shuffle tested SS versions (Robbie Averill) - e54e23e
  • FIX Ensure a Member object is passed to canView etc methods if available (Robbie Averill) - cb92696

1.0.7

02 Nov 21:21
Compare
Choose a tag to compare
Release 1.0.7

1.0.6

02 Nov 21:21
Compare
Choose a tag to compare
  • Remove obsolete branch-alias (Franco Springveldt) - a12e6d4
  • Add PHP7 + SS3.6 build to Travis configuration (Robbie Averill) - c54b4d3

1.0.5

04 Feb 02:33
Compare
Choose a tag to compare
  • Converted to PSR-2
  • Added standard Scrutinizer config
  • Added standard code of conduct
  • Added standard editor config
  • Added standard Travis config
  • Added standard license
  • Added standard git attributes

1.0.4

19 Nov 01:39
Compare
Choose a tag to compare
  • Changelog added.
  • Include 3.2 and php 5.6 in tests