We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd09c7 commit 8ce14b6Copy full SHA for 8ce14b6
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## 0.1.1
4
+
5
- rename `Array.reversed` to `Array.reverse` ([#12](https://github.com/seaofvoices/luau-disk/pull/12))
6
- add `Array.contains` ([#10](https://github.com/seaofvoices/luau-disk/pull/10))
7
- add `Set<T>` type and `Set.fromArray` ([#9](https://github.com/seaofvoices/luau-disk/pull/9))
package.json
@@ -1,6 +1,6 @@
{
"name": "luau-disk",
- "version": "0.1.0",
+ "version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/seaofvoices/luau-disk.git"
0 commit comments