From 2f99cd670190290380f4a83f695dd2d828ce9c4e Mon Sep 17 00:00:00 2001 From: satoren Date: Mon, 18 Nov 2024 22:41:30 +0900 Subject: [PATCH] chore: version up to 0.6.5 --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5636fa6..4e471e8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ end ## Feature parity -| | yjs
(13.6) | yrs
(0.18) | y_ex
(0.6.4) | +| | yjs
(13.6) | yrs
(0.18) | y_ex
(0.6.5) | |-----------------------------------------|:-------------------------------------------------:|:------------------------------------------:|:------------------------------------------:| | YText: insert/delete | ✅ | ✅ | ✅ | | YText: formatting attributes and deltas | ✅ | ✅ | ✅ | @@ -35,7 +35,7 @@ end | YMap: weak links | ✅ 
(weak-links branch) | ✅ | ❌ | | YArray: insert/delete | ✅ | ✅ | ✅ | | YArray & YText quotations | ✅ 
(weak links branch) | ✅ | ✅ | -| YArray: move | ✅ 
(move branch) | ✅ | ❌(next release) | +| YArray: move | ✅ 
(move branch) | ✅ | ✅ | | XML Element, Fragment and Text | ✅ | ✅ | ✅ | | Sub-documents | ✅ | ✅ | ❌ | | Shared collections: observers | ✅ | ✅ | ❌ | diff --git a/mix.exs b/mix.exs index c7d6f8d..32dea35 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Yex.MixProject do use Mix.Project - @version "0.6.4" + @version "0.6.5" @repo "https://github.com/satoren/y_ex" @description """