Skip to content

Releases: kylekatarnls/sbp

Version 1.6.1

19 Dec 16:11
Compare
Choose a tag to compare

Fix container path resolution

Fix indentation

11 Mar 12:50
Compare
Choose a tag to compare
Merge pull request #25 from kylekatarnls/code-coverage

Style corrections

Execute, container and syntax fixes

08 Mar 19:08
Compare
Choose a tag to compare
Merge pull request #11 from kylekatarnls/code-coverage

Add execute method and container handler

Fix regex replacements

07 Mar 16:46
Compare
Choose a tag to compare
Merge pull request #6 from kylekatarnls/code-coverage

Fix regex replacement

Super methods chaining and cli helper

07 Mar 14:28
Compare
Choose a tag to compare
Merge pull request #5 from kylekatarnls/code-coverage

Fix super methods chaining

Bug fixes

13 Jul 14:04
Compare
Choose a tag to compare
1.3.2

Ignore {} after ->

Super methods

25 Apr 12:12
Compare
Choose a tag to compare
1.3.1

Camel Case and super methods

Plugins and custom operators

24 Apr 15:34
Compare
Choose a tag to compare
  • 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

16 Apr 08:46
Compare
Choose a tag to compare
1.2.4

Optimisation and prod mode to include directly without search SBP files

Better variable detection, patch assignations and unit tests

30 Mar 15:31
Compare
Choose a tag to compare