Releases: constant-null/backstubber
Releases · constant-null/backstubber
Release list
Version 1.0.1
- Some docs fixed, missing return added
Version 1.0.0
Version 0.5.0
- FileGenerator::set() and setRaw() methods now accepts an array of values.
(Thanks to @ptondereau)
Version 0.4.0
Auto-indentation support added.
Formatter::setBaseIndentandFormatter::getBaseIndentmethods has been removedFormatter::indentLinesmethod 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)
Now arrays can be inserted in several lines (with PSR friendly indentations!)
ConstantNull\Backstubber\Utility\Formatter::setArrayModemethod addedConstantNull\Backstubber\Utility\Formatter::setBaseIndentmethod added
Global prefixes (Version 0.2.0)
Placeholder prefixes can be set globally now, using withPrefix/setPrefix methods
ConstantNull/Backstubber/FileGenerator::withPrefixmethod addedConstantNull/Backstubber/FileGenerator::setPrefixmethod added (alias)
Version 0.1.1
Dev libraries and files removed from package and moved to dev section