Releases: kylekatarnls/sbp
Releases · kylekatarnls/sbp
Version 1.6.1
Fix container path resolution
Fix indentation
Merge pull request #25 from kylekatarnls/code-coverage Style corrections
Execute, container and syntax fixes
Merge pull request #11 from kylekatarnls/code-coverage Add execute method and container handler
Fix regex replacements
Merge pull request #6 from kylekatarnls/code-coverage Fix regex replacement
Super methods chaining and cli helper
Merge pull request #5 from kylekatarnls/code-coverage Fix super methods chaining
Bug fixes
1.3.2 Ignore {} after ->
Super methods
1.3.1 Camel Case and super methods
Plugins and custom operators
- Plugins Manager : sbp_add_plugin / sbp_remove_plugin to add your own syntax replacements
- Custom Operators : ($leftValue custom_operator $rightValue) is replaced by __sbp__custom_operator($leftValue, $rightValue)
- Benchmark : sbp_benchmark() start a benchmark record. sbp_benchmark("Step Name") record a step and sbp_banchmark_end() print the benchmark result.
Prod mode available
1.2.4 Optimisation and prod mode to include directly without search SBP files
Better variable detection, patch assignations and unit tests
1.2.3.2 Complete unit tests