From a57d9f34bf33d3766e48d47d1c3476da6e54f411 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 31 Dec 2019 14:23:54 +0100 Subject: [PATCH] v0.0.56 --- README.md | 25 ++----------------------- resources/BABASHKA_VERSION | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index bc8a5ffc..1e7dba46 100644 --- a/README.md +++ b/README.md @@ -181,30 +181,9 @@ enumerated explicitly. - [`clojure.data.csv`](https://github.com/clojure/data.csv) aliased as `csv` - [`cheshire.core`](https://github.com/dakrone/cheshire) aliased as `json` -The following Java classes are available: +A selection of java classes are available, see `reflection.json`. -- `ArithmeticException` -- `AssertionError` -- `Boolean` -- `Class` -- `Double` -- `Exception` -- `clojure.lang.ExceptionInfo` -- `Integer` -- `Math` -- `java.io.File` -- `java.nio.file.Files` -- `java.util.Base64` -- `java.util.regex.Pattern` -- `ProcessBuilder` (see [example](examples/process_builder.clj)). -- `String` -- `System` -- `Thread` - -More classes can be added by request. See `reflection.json` and the `:classes` -option in `main.clj`. - -Babashka supports `import` : `(import clojure.lang.ExceptionInfo)`. +Babashka supports `import`: `(import clojure.lang.ExceptionInfo)`. Babashka supports a subset of the `ns` form where you may use `:require` and `:import`: diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index e7e8ceb9..0f80e8fe 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.0.56-SNAPSHOT \ No newline at end of file +0.0.56 \ No newline at end of file