-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
# Changelog | ||
|
||
All notable changes to the library should be put here | ||
|
||
## Unreleased ~ 0.1.2 | ||
## Unreleased ~ 0.2.0 | ||
|
||
## 0.1.2 | ||
|
||
### Changes | ||
- Implement Display for `JanetType` | ||
|
||
- Implement Display for `JanetType` | ||
|
||
### Bug Fixes | ||
- Fix `From<char>` for `JanetString` not considering that char can be represented with more than 1 byte in UTF-8 | ||
|
||
- Fix `From<char>` for `JanetString` not considering that char can be represented with more than 1 byte in UTF-8 | ||
|
||
## 0.1.0 ~ 0.1.1 | ||
|
||
### Changes | ||
- Basic Janet types manipulation | ||
- A way to run the Janet runtime | ||
- Macros to create Janet collections | ||
- Macro to cause Janet Panics | ||
- Macro to catch Rust Panic and tranform to Janet Panic | ||
|
||
- Basic Janet types manipulation | ||
- A way to run the Janet runtime | ||
- Macros to create Janet collections | ||
- Macro to cause Janet Panics | ||
- Macro to catch Rust Panic and tranform to Janet Panic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "janetrs" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Eric Shimizu Karbstein <[email protected]>"] | ||
description = "High level binding for Janet programming language" | ||
repository = "https://github.com/GrayJack/janetrs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters