Skip to content

Commit

Permalink
version 0.10.0; update document
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Feb 1, 2024
1 parent 8a2a1bd commit 8d871cd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-uiua"
description = "Uiua grammar for the tree-sitter parsing library"
version = "0.9.0"
version = "0.10.0"
keywords = ["incremental", "parsing", "Uiua"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-uiua"
Expand Down
20 changes: 20 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

### 0.10.0: 2024-02-01

- follow Uiua-0.8.0

- Add the [`content ⊔`](https://uiua.org/docs/content) modifier
- Deprecate [`unpack ⊐`](https://uiua.org/docs/unpack)
- Add the [`unique ◰`](https://uiua.org/docs/unique) function
- Change [`deduplicate ◴`](https://uiua.org/docs/deduplicate)'s glyph. Code using `` will continue to work and will be formatted as ``.
- Deprecate [`cross ⊠`](https://uiua.org/docs/cross)
- Unicode escape sequences that are not 2 or 4 bytes long can now be specified with `\u{…}`
- Change [`pop ◌`](https://uiua.org/docs/pop)'s glyph. Code using `;` will continue to work and will be formatted as ``.
- Completely remove the deprecated `unbox ⊔`
- Add experimental hashmap functions
- [`map`](https://uiua.org/docs/map)
- [`has`](https://uiua.org/docs/has)
- [`get`](https://uiua.org/docs/get)
- [`insert`](https://uiua.org/docs/insert)
- [`remove`](https://uiua.org/docs/remove)
- Add experimental [`bind`](https://uiua.org/docs/bind) modifier

### 0.9.0: 2023-12-07

- follow Uiua-0.6.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-uiua",
"version": "0.9.0",
"version": "0.10.0",
"description": "parser for Uiua",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit 8d871cd

Please sign in to comment.