Skip to content

Releases: constant-null/backstubber

Version 1.0.1

Choose a tag to compare

@constant-null constant-null released this 30 Jul 17:10
  • Some docs fixed, missing return added

Version 1.0.0

Choose a tag to compare

@constant-null constant-null released this 26 Jul 19:33
v1.0.0

Release 1.0.0

Version 0.5.0

Choose a tag to compare

@constant-null constant-null released this 22 Jun 21:06
  • FileGenerator::set() and setRaw() methods now accepts an array of values.
    (Thanks to @ptondereau)

Version 0.4.0

Choose a tag to compare

@constant-null constant-null released this 17 May 19:06

Auto-indentation support added.

  • Formatter::setBaseIndent and Formatter::getBaseIndent methods has been removed
  • Formatter::indentLines method now receives indentation size in spaces instead of tabs.
  • Nested array support added
  • StringProcessor merged into ContentProcessor class

Multiline array formatting (Version 0.3.0)

Choose a tag to compare

@constant-null constant-null released this 15 May 21:51

Now arrays can be inserted in several lines (with PSR friendly indentations!)

  • ConstantNull\Backstubber\Utility\Formatter::setArrayMode method added
  • ConstantNull\Backstubber\Utility\Formatter::setBaseIndent method added

Global prefixes (Version 0.2.0)

Choose a tag to compare

@constant-null constant-null released this 30 Mar 02:54

Placeholder prefixes can be set globally now, using withPrefix/setPrefix methods

  • ConstantNull/Backstubber/FileGenerator::withPrefix method added
  • ConstantNull/Backstubber/FileGenerator::setPrefix method added (alias)

Version 0.1.1

Choose a tag to compare

@constant-null constant-null released this 30 Mar 00:52

Dev libraries and files removed from package and moved to dev section