Skip to content

v10.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 11:20
· 2 commits to main since this release
221a01d

10.1.0 (2024-11-21)

New features

  • add and export function to collapse code from ranges (282b94e)
  • add and export functions to lock code from ranges, without ranges, from decoration and without decoration (4d0cc45)
  • add functions to lock code with ranges or with decorations (27c090d)
  • move and export extraction of ranges from tokens in generic function (6146f08)

Bugfixes

  • use decorationFilter to lock code instead of ranges (ecb48f9)

Refactor

  • rename lock functions and update their parameters doc (e80833d)

Cleanup

  • remove functions that lock code with ranges (781efe8)
  • remove unecessary createDecorationsForRanges function (24a86fd)

Documentation

  • re-add missing comment in lockCodeUsingDecoration and fix README extractRangesFromTokens description (4c714ed)