Skip to content

Releases: beheh/sulphur

v2.0.1

25 Jan 15:56
Compare
Choose a tag to compare
  • Various miscellaneous fixes

v2.0.0

21 Jan 21:31
Compare
Choose a tag to compare

This is a major release due to breaking changes.

  • Breaking change: Replaced ResponseFactory with a more generic parser:
$parser = new Sulphur\Parser();
$response = $parser->parse(file_get_contents('example.com:80'));
  • Added subsection field access:
echo $reference->first('PlayerInfos')->first('Client')->first('Player')->Name;
  • Added Response::first to access the first reference
  • Key-Value pairs should not appear in the wrong section any more (the parser is now aware of indentation)
  • Sulphur is now licensed under the ISC license

v1.1.2

11 Dec 15:02
Compare
Choose a tag to compare
  • Fixed chaining of where calls

v1.1.1

11 Dec 14:11
Compare
Choose a tag to compare
  • Fixed field values sometimes being the wrong datatype

v1.1.0

10 Dec 10:24
Compare
Choose a tag to compare
  • Added passes and doesNotPass for filtering with custom callbacks
  • Minor improvements to the readme

v1.0.0

18 Nov 14:42
Compare
Choose a tag to compare
  • Initial release

v0.1.5

05 Jun 09:18
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
bump version to 0.1.5

v0.1.0

04 Jun 22:52
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
add initial codebase