Skip to content

Releases: CatHood0/flutter_quill_delta_easy_parser

v-1.1.8

15 Aug 04:44

Choose a tag to compare

What's Changed

  • Feat: added support for operating against fragments by @CatHood0 in #8

Full Changelog: v-1.1.7...v-1.1.8

v-1.1.7

24 Jul 18:20

Choose a tag to compare

What's Changed

  • Chore: improved general API by @CatHood0 in #6
  • Fix: data loss when parsing Delta to Document by @CatHood0 in #7

Full Changelog: v-1.1.6...v-1.1.7

v-1.1.6

22 Jun 03:10

Choose a tag to compare

What's Changed

  • Feat: added ability to set a custom id for paragraphs and lines by @CatHood0 in #5

Full Changelog: v-1.1.5...v-1.1.6

v-1.1.5

04 Mar 02:40

Choose a tag to compare

What's changed

  • Fix: "cannot insert line when paragraph is sealed" exception when will insert a new line after a embed.

Full Changelog: v-1.1.4...v-1.1.5

v-1.1.4

03 Mar 09:57

Choose a tag to compare

What's Changed

  • Fix: issue where mergers does not works as expected by @CatHood0 in #3

Full Changelog: v-1.1.3...v-1.1.4

v-1.1.3

03 Mar 00:52

Choose a tag to compare

What's changed

  • Fix: Line class description in README.
  • Chore: added documentation in migration about the change in Line class

Full Changelog: v-1.1.2...v-1.1.3

v-1.1.2

02 Mar 22:46

Choose a tag to compare

What's changed

  • Fix: typo in documentation about mergerBuilder in DocumentParser.
  • Fix: version typo in README a migration guide.

Full Changelog: v-1.1.1...v-1.1.2

v-1.1.1

02 Mar 21:54

Choose a tag to compare

What's changed

  • Fix: typo in README.

Full Changelog: v-1.1.0...v-1.1.1

v-1.1.0

02 Mar 21:47

Choose a tag to compare

What's Changed

  • Chore(breaking changes): reStructuration of internal API by @CatHood0 in #2

Full Changelog: v-1.0.6...v-1.1.0

v-1.0.6

28 Feb 04:18

Choose a tag to compare

What's changed

  • Fix: toPrettyString() from Document that is not working as expected.
  • Fix: parsing is adding non expected new-line after a common Operation.
  • Fix(test): wrong expects valitation of some tests.
  • Chore: deprecated isInsertText() and replaced by isTextInsert().
  • Chore: deprecated setTypeSafe() from Paragraph class.
  • Chore: parsing is adding non expected new-line after a common Operation.
  • Feat: now Paragraph class support seal behavior (prevent any change type).
  • Feat: added support for ignore all new lines into the Delta passed using ignoreAllNewLines.
  • Feat: added support for get non sealed elements using returnNoSealedCopies.

Full Changelog: v-1.0.5...v-1.0.6