Revision 56f22b988d0b81bc9bae730c778afa0bbbf0e726

Committed on 03/10/2018 1:34 pm by Hassan Khan <contact@hassankhan.me> [GitHub Diff]

Merge branch 'release/2.0.0'

* release/2.0.0:
Update PHPUnit to namespaced syntax & Add PHP 7.2 to Travis CI (closes #110)
Update documentation
Update tests
Merge file and string parsers
Change authors
Fix type declarations
Fix documentation & Add warning about malicious code
Add documentation for string parser.
Add tests for string parsers
Add string parsers
Add newline at the end of .gitignore
Remove `getStringParser()` function & Rename `getFileParser()` function to `getParser()`
Fix string loading
Add test for cached key
Fix styling and identation
Add support for parsing string & Add support for specifying file parser
Fix styling & Change private functions to protected so developers could more easily extend class
Use short array syntax