Skip to content

Releases: Flipez/rocket-lang

v0.15.1

22 Jan 17:39
72b4fdc
Compare
Choose a tag to compare

Changelog

v0.15.0

21 Jan 21:14
aa8d8cb
Compare
Choose a tag to compare

Changelog

v0.14.2

20 Jan 19:44
4e1745b
Compare
Choose a tag to compare

Changelog

v0.14.1

18 Jan 20:33
Compare
Choose a tag to compare

Changelog

v0.14.0

18 Jan 19:56
da0b71e
Compare
Choose a tag to compare

Changelog

v0.13.0

16 Jan 15:53
00d2e78
Compare
Choose a tag to compare

Changelog

v0.12.0

15 Jan 19:03
24b74b8
Compare
Choose a tag to compare

Changelog

v0.11.1

14 Jan 23:09
b932dad
Compare
Choose a tag to compare

Changelog

v0.11.0

13 Jan 22:30
ca499e8
Compare
Choose a tag to compare

Changelog

  • ca499e8 Release 0.11 (#30)
  • 96b8741 Merge pull request #28 from Flipez/stdlib
  • a51553e move builtins to stdlib layout
  • Add support for named functions (#29)
  • add ability to import modules (#31)
  • 7574adc update changelog

v0.10.0

27 Dec 21:55
af450b9
Compare
Choose a tag to compare

Changelog

  • af450b9 Merge pull request #15 from Flipez/next
  • b52b662 update placeholder version
  • 5987c8d Merge pull request #25 from Flipez/inspect-string
  • e72123b sourround strings in inspect with quotes
  • 3bb79bc Merge pull request #24 from Flipez/docs
  • bb26c19 update docs and readme
  • c0a4c85 remove changelog placeholder
  • f7512cc add missing docs
  • eb5ef87 document all literals
  • 7f6597f include generic methods
  • b41de3a add literals
  • 6ec2bd7 update base url
  • 0f4533d scaffold docs
  • 79213d6 improve landing page
  • 906a8e7 Merge branch 'master' into next
  • 6a78b29 update config
  • a453636 add docs scaffold
  • c58e611 add examples
  • cba7955 Merge pull request #23 from Flipez/omit-null
  • 9df9a8f omit null
  • a59a920 Merge pull request #22 from Flipez/cleanup-objects
  • d5f4ad6 cleanup objects
  • 265de68 Merge pull request #21 from Flipez/remove-builtins
  • 59aaaf4 remove obosolte builtins
  • 7cbff72 Merge pull request #20 from Flipez/boost_objects
  • 2a869ce evaluator: add + operator for arrays
  • d3604e1 evaluator: use object.CompareObjects for operators == and !=
  • 51f7d98 object: add generic method for object comparison
  • fa1d515 object: extend array and hash tests
  • d9e7b40 object/array: add uniq, index, first and last
  • 049e82e object/hash: add values method
  • 58ddf99 object: make array and hash hashable
  • aa6371e object: make array and hash inspect more efficient (#1)
  • dd6e1f3 fix typo
  • f5bfc60 Merge pull request #19 from Flipez/improve-coverage
  • 4a13515 improve coverage commands
  • f6423a7 Merge pull request #18 from Flipez/foreach
  • 02a9d3e merge coverage?
  • 136b359 cover all packages
  • 590f613 add object tests for foreach
  • ded629e add support for assign and add temporary scope fix
  • 63bd947 add foreach
  • 8ac1aa3 Merge pull request #16 from Flipez/rework-methods
  • 97ca0b5 remove object.inspect()
  • f68ada6 use generic objectMethodLookup
  • 9263339 object: add generic object methods
  • 3d86f6d add test for object.type()
  • 2df63c6 convert file methods to new style
  • bd8d5a9 enhance string.plz_i()
  • 8b00288 convert integer methods to new style
  • 429e3b5 convert hash methods to new style
  • da3f534 convert boolean methods to new style
  • 952b6a6 fix array tests
  • bf2c8b8 add array.yoink()
  • 47c45b1 improve array tests
  • 325fb97 add string.lines(), improve tests
  • 414c82c fix test, improve object.type()
  • 2fdafe8 convert array methods to new style
  • be89e59 fix tests
  • 2113d46 fix tests
  • e81fb8a fix tests
  • e9dafc0 Merge branch 'objectmethod-arg-validation' into rework-methods
  • 6159f3a convert string methods to new style
  • 112f974 object: add ObjectMethod structure to validate call arguments
  • 8661e67 improve string tests
  • 764d6ce add test for array.yeet()
  • d825563 rework string/array methods
  • 2945cb5 improve shell
  • 4a7322a add tag to release file
  • 8fad9ea Merge pull request #14 from Flipez/add-object-calls
  • 171b23f improve tests
  • afaa4db add tests for integer methods
  • 62eae11 fix hash test
  • 1d07f80 improve tests for hash
  • 7fea44c add improve tests for hash
  • 29ec640 add tests for hash
  • 64a1328 improve array tests
  • a030f92 improve bool tests
  • f4ee856 add tests for boolean hashkeys
  • 4c080a7 add tests for file methods
  • 93a819a add tests for boolean methods
  • 7fa83c3 add tests for array methods
  • 491961f add test for string methods
  • 3cf8da3 add codecov yaml
  • c15bb6f add test for string methods
  • 3d14364 move string tests
  • 0439849 add test for string.find()
  • 3075f28 add test for string.count()
  • b0a3b90 add open() tests
  • 9881185 add tests for builtins
  • 82a9428 move integer to file, add methods
  • 2b06826 add yeet and yoink test
  • 631795f move hash into file, add keys()
  • 19670a4 split file into file
  • b740a06 split boolean into file, add methods
  • 0bc583c split array into file, add size()
  • 64ea4b1 move array to own file
  • bea12ad add support for array yeet and yoink
  • 7a4b5ae update docs
  • 0cf6606 add support for method call to objects, add string methods, add file builtin