Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 18:48
· 118 commits to main since this release
v0.6.0
ab5f65b

Features

  • add backward slash to all global functions (9e4e475)
  • add extend method (f911b2f), closes #39
  • change returns type of set() method (3cf9636)
  • change returns value of setContainer() method (0a4dd7a)
  • mark ArrayContainer & PropertyContainer as deprecated (a74109b)
  • mark ContainerInterace as deprecated & remove the use of it (8f743eb)
  • some behavior changes (c7ddba2)
  • unset now accepts spread operator in the argument (d56f12b)
  • excaption: make clearer excaption message (a0fc0b2)
  • resolver: cleanup methods (c63f18c)
  • resolver: simplify resolve method (1c6c606)

Bug Fixes

  • resolver: fix some unpredictable exceptions & only returns non-callable object as is (60b355d)
  • fix undefined method (6fcee4d), closes #29

Compare with previous version: v0.5.0...v0.6.0