PHP Classes

File: CHANGELOG

Recommend this page to a friend!
  Classes of Rick Hambrook   Nest   CHANGELOG   Download  
File: CHANGELOG
Role: Auxiliary data
Content type: text/plain
Description: Changelog
Class: Nest
Easily set and get values of nested arrays
Author: By
Last change: fix(numeric): fix $default flag for numeric functions (thanks JordanLeDoux on Reddit) and remove old $force documentation
fix(docs): fix missing docs for $isSetCheck on get()
feat(php7): add PHP7 support and version bump
Date: 8 years ago
Size: 1,005 bytes
 

Contents

Class file image Download
2015-10-16 fix(numeric): fix $default flag for numeric functions (thanks JordanLeDoux on Reddit) and remove old $force documentation 2015-10-16 fix(docs): fix missing docs for $isSetCheck on get() 2015-10-16 feat(php7): update to support PHP7 2015-10-15 feat(docs): add Travis CI build status image 2015-10-09 fix(docs): fix incorrect function names and broken formatting 2015-10-01 fix(docs): fix typos, add collision prevention for object methods and move the docs around a bit 2015-06-23 fix(set): fix namespacing for stdClass 2015-06-22 feat(tests): convert tests to PHPUnit (didn't bother bundling PHPUnit) and create more tests 2015-06-18 feat(tests): update tests and 'foreach' tests 2015-06-18 fix(foreach): fix foreach iteration not working on objects 2015-06-17 feat(docs): make Config keyword a link 2015-06-17 feat(docs): update docs formatting to include syntax highlighting on Github 2015-06-16 feat(license): update license to GPLv3 and attach it properly 2015-06-15 initial public release