Correct beta release date.

beta appears to have been released May 24, not June 24th.
This commit is contained in:
jreighley 2019-06-13 09:49:14 -07:00 committed by GitHub
parent 43f7463799
commit eb50d536f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ I also wanted `datafy`/`nav` support baked right in (it was added to `clojure.ja
As `next.jdbc` moved from alpha to beta, the last breaking change was made (renaming `reducible!` to `plan`) and the API should now be considered stable. Only accretive and fixative changes will be made from now on. As `next.jdbc` moved from alpha to beta, the last breaking change was made (renaming `reducible!` to `plan`) and the API should now be considered stable. Only accretive and fixative changes will be made from now on.
After a month of alpha builds being available for testing, the first beta build was released on June 24th, 2019. A [release candidate build is currently available on Clojars](https://clojars.org/seancorfield/next.jdbc) (as of 2019-06-04). In addition to the small, core API in `next.jdbc`, there are "syntactic sugar" SQL functions (`insert!`, `query`, `update!`, and `delete!`) available in `next.jdbc.sql` that are similar to the main API in `clojure.java.jdbc`. See [Migrating from `clojure.java.jdbc`](/doc/migration-from-clojure-java-jdbc.md) for more detail about the differences. After a month of alpha builds being available for testing, the first beta build was released on May 24th, 2019. A [release candidate build is currently available on Clojars](https://clojars.org/seancorfield/next.jdbc) (as of 2019-06-04). In addition to the small, core API in `next.jdbc`, there are "syntactic sugar" SQL functions (`insert!`, `query`, `update!`, and `delete!`) available in `next.jdbc.sql` that are similar to the main API in `clojure.java.jdbc`. See [Migrating from `clojure.java.jdbc`](/doc/migration-from-clojure-java-jdbc.md) for more detail about the differences.
## Usage ## Usage