Ace Diff Versions Save

A diff/merging wrapper for Ace Editor built on google-diff-match-patch

v2.1.1

6 years ago

2.1.1 (2018-02-25)

Bug Fixes

  • diffing: normalize EOL characters to \n (5dbc942), closes #1 #28

v2.1.0

6 years ago

2.1.0 (2018-02-19)

Features

  • allow DOM element in options (728bc52)

v2.0.0

6 years ago

2.0.0 (2018-01-22)

Bug Fixes

  • brace: use acequire instead of require (4159e72)
  • use merge for options (be522eb)

Features

BREAKING CHANGES

  • specifying IDs of left/right editors is no longer supported. Instead, use just a single element and control contents programatically.

v1.0.0

6 years ago

1.0.0 (2018-01-03)

Features

  • build: allow for use with require and other build chains (4676593)