Skip to content

Releases: gabrielcsapo/optics

0.1.0

26 Mar 05:59

Choose a tag to compare

  • makes sure that if patchMap is empty it will still add to the changes array
    • adds tests to make sure that this is true for sourceMap and patchMap (both source and patch being empty)
  • fixes the maxLineLength not being the correct value (it was always the size of the old string and never of the new string)
  • diffLine now returns (additions, deletions, changes)

0.0.1

23 Mar 20:53

Choose a tag to compare

  • basic functionality with documentation