From c8d1f93dc675732ba016938d1414f18aa477e816 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sun, 30 Jun 2019 14:20:23 +0100 Subject: [PATCH] updating version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 +------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bca9f58e07..e6267e44be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "Boa" -version = "0.2.0" +version = "0.2.1" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "gc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d30c72d865..3a5ad3853d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Boa" -version = "0.2.0" +version = "0.2.1" authors = ["Jason Williams "] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." homepage = "https://github.com/jasonwilliams/boa" diff --git a/README.md b/README.md index fbbdac87ae..082f8f166a 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,7 @@ In the console you can use `window.evaluate` to pass JavaScript in #### Roadmap -- ~string.length~ - works in 0.1.5 -- Better lexing of numbers -- Adding support for constructors - half working, in progress -- ~better environment and scope support~ - Finished (05/05/2019) -- ~`let` and `const` support~ -- Better error output -- Passing [test262](https://github.com/tc39/test262) +See Project view #### Usage