Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Flipez <code@brauser.io>
  • Loading branch information
Flipez committed Dec 6, 2022
1 parent 019530e commit c04d6e0
Showing 1 changed file with 51 additions and 6 deletions.
57 changes: 51 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.21.0](https://github.com/flipez/rocket-lang/tree/v0.21.0) (2022-12-06)

[Full Changelog](https://github.com/flipez/rocket-lang/compare/v0.20.1...v0.21.0)

**Implemented enhancements:**

- \[object\] Add `.include?` to ARRAY and HASH [\#165](https://github.com/Flipez/rocket-lang/pull/165) ([MarkusFreitag](https://github.com/MarkusFreitag))
- \[object/string\]: add ascii conversion method [\#164](https://github.com/Flipez/rocket-lang/pull/164) ([MarkusFreitag](https://github.com/MarkusFreitag))
- \[object/array\]: add slices method [\#163](https://github.com/Flipez/rocket-lang/pull/163) ([MarkusFreitag](https://github.com/MarkusFreitag))
- \[object/hash\]: add get method with default if key not exists [\#162](https://github.com/Flipez/rocket-lang/pull/162) ([MarkusFreitag](https://github.com/MarkusFreitag))

## [v0.20.1](https://github.com/flipez/rocket-lang/tree/v0.20.1) (2022-11-01)

[Full Changelog](https://github.com/flipez/rocket-lang/compare/v0.20.0...v0.20.1)
Expand Down Expand Up @@ -99,14 +110,52 @@

## [v0.16.0](https://github.com/flipez/rocket-lang/tree/v0.16.0) (2022-07-02)

[Full Changelog](https://github.com/flipez/rocket-lang/compare/v0.15.1...v0.16.0)
[Full Changelog](https://github.com/flipez/rocket-lang/compare/v0.16.0-alpha.3...v0.16.0)

**Merged pull requests:**

- Add support for `next()` and `break()` [\#90](https://github.com/Flipez/rocket-lang/pull/90) ([Flipez](https://github.com/Flipez))

## [v0.16.0-alpha.3](https://github.com/flipez/rocket-lang/tree/v0.16.0-alpha.3) (2022-06-27)

[Full Changelog](https://github.com/flipez/rocket-lang/compare/v0.16.0-alpha.2...v0.16.0-alpha.3)

**Implemented enhancements:**

- Fix indexing [\#79](https://github.com/Flipez/rocket-lang/issues/79)
- Improve file.write\(\) [\#37](https://github.com/Flipez/rocket-lang/issues/37)

**Merged pull requests:**

- Remove support for curly braces in foreach, while, if and function [\#89](https://github.com/Flipez/rocket-lang/pull/89) ([Flipez](https://github.com/Flipez))
- Return bytesWritten instead of True on successfull file.write\(\) [\#88](https://github.com/Flipez/rocket-lang/pull/88) ([Flipez](https://github.com/Flipez))

## [v0.16.0-alpha.2](https://github.com/flipez/rocket-lang/tree/v0.16.0-alpha.2) (2022-04-26)

[Full Changelog](https://github.com/flipez/rocket-lang/compare/v0.16.0-alpha.1...v0.16.0-alpha.2)

**Implemented enhancements:**

- add basic http response [\#84](https://github.com/Flipez/rocket-lang/pull/84) ([Flipez](https://github.com/Flipez))

**Merged pull requests:**

- Apt repo [\#87](https://github.com/Flipez/rocket-lang/pull/87) ([Flipez](https://github.com/Flipez))

## [v0.16.0-alpha.1](https://github.com/flipez/rocket-lang/tree/v0.16.0-alpha.1) (2022-03-14)

[Full Changelog](https://github.com/flipez/rocket-lang/compare/v0.16.0-alpha...v0.16.0-alpha.1)

**Implemented enhancements:**

- add .to\_json\(\) [\#82](https://github.com/Flipez/rocket-lang/pull/82) ([Flipez](https://github.com/Flipez))

## [v0.16.0-alpha](https://github.com/flipez/rocket-lang/tree/v0.16.0-alpha) (2022-03-13)

[Full Changelog](https://github.com/flipez/rocket-lang/compare/v0.15.1...v0.16.0-alpha)

**Implemented enhancements:**

- Fix indexing [\#79](https://github.com/Flipez/rocket-lang/issues/79)
- add networking [\#81](https://github.com/Flipez/rocket-lang/pull/81) ([Flipez](https://github.com/Flipez))
- add ast tests [\#77](https://github.com/Flipez/rocket-lang/pull/77) ([Flipez](https://github.com/Flipez))
- Implement while loop [\#75](https://github.com/Flipez/rocket-lang/pull/75) ([MarkusFreitag](https://github.com/MarkusFreitag))
Expand All @@ -120,10 +169,6 @@

**Merged pull requests:**

- Add support for `next()` and `break()` [\#90](https://github.com/Flipez/rocket-lang/pull/90) ([Flipez](https://github.com/Flipez))
- Remove support for curly braces in foreach, while, if and function [\#89](https://github.com/Flipez/rocket-lang/pull/89) ([Flipez](https://github.com/Flipez))
- Return bytesWritten instead of True on successfull file.write\(\) [\#88](https://github.com/Flipez/rocket-lang/pull/88) ([Flipez](https://github.com/Flipez))
- Apt repo [\#87](https://github.com/Flipez/rocket-lang/pull/87) ([Flipez](https://github.com/Flipez))
- add tests [\#78](https://github.com/Flipez/rocket-lang/pull/78) ([Flipez](https://github.com/Flipez))
- add missing quotation mark in string documentation [\#76](https://github.com/Flipez/rocket-lang/pull/76) ([Tch1b0](https://github.com/Tch1b0))
- float: adds plz\_i object function [\#72](https://github.com/Flipez/rocket-lang/pull/72) ([RaphaelPour](https://github.com/RaphaelPour))
Expand Down

2 comments on commit c04d6e0

@vercel
Copy link

@vercel vercel bot commented on c04d6e0 Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c04d6e0 Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.