Skip to content

Commit

Permalink
Updated readme for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeweka authored Mar 14, 2021
1 parent 60d6e27 commit 11082f6
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,31 @@ The term 'anyoli' means 'green' in the Maasai language, thus naming 'anyolite'.

## Releases

### Version 0.6.0

#### Features

* Wrappers for unions
* Wrappers for nilable objects

#### Breaking changes

* Wrapping of specific functions has a more consistent syntax using Arrays instead of Hashes

#### Safety

* More useful compiletime errors for macros
* More information when encountering type casting errors
* Use Array(TypeDeclaration) instead of Hash for keywords in internal methods

#### Usability

* Cleaned up some code fragments

#### Bugfixes

* Wrapped struct objects were immutable

### Version 0.5.0

#### Features
Expand Down Expand Up @@ -317,31 +342,6 @@ The term 'anyoli' means 'green' in the Maasai language, thus naming 'anyolite'.

## Upcoming releases

### Version 0.6.0

#### Features

* [X] Wrappers for unions
* [X] Wrappers for nilable objects

#### Breaking changes

* [X] Wrapping of specific functions has a more consistent syntax using Arrays instead of Hashes

#### Safety

* [X] More useful compiletime errors for macros
* [X] More information when encountering type casting errors
* [X] Use Array(TypeDeclaration) instead of Hash for keywords in internal methods

#### Usability

* [X] Cleaned up some code fragments

#### Bugfixes

* [X] Wrapped struct objects were immutable

### Version 1.0.0

* [ ] Windows support (currently not supported due to problems with Crystal)
Expand Down

0 comments on commit 11082f6

Please sign in to comment.