4.3.6 (2021-01-18)
4.3.5 (2020-12-14)
4.3.4 (2020-11-28)
- add minimap as dependency (dc98d64)
4.3.3 (2020-11-27)
4.3.2 (2020-11-26)
- Fix deprecation with display layer new API (5a91d992)
- Add support for gutter decorations (2cc91b81)
As promised in #21
- Add plugin origin on created decorations (35e8641b)
- Fix error raised when opening a non existing file (eb450b2c, #16)
- Fix looping over array while it's actually a Map ([6e7265a5](https://github.com/atom
- Fix leak bindings (c1c836c8)
- Avoid updating on every change (893ae34f)
- Fix bad plugin name in registration (8ab229a2)
- Implement minimap service consumer (cb81bb3a)
- Migrate to atom-minimap organization (838a7ad3)
- Fix deprecations (89e22169)
- Implement support for both v3 and v4 API (84f2b31b)
- Fix error still raised when adding marker to a destroyed buffer (afc00dd7)
- Remove warning and prevent marker creation if editor was destroyed
- Fix use of deprecated minimap API (8770ea30)
- Fix broken plugin with latest minimap changes (b1a2e958)
- Use
atom-utils
for packages requires. - Add defensive code in
markRange
for the case the text editor is destroyed.
- Fix requiring packages by using a promise (38096519)
- Fix requiring packages by using a promise (38096519)
- Fix access to packages dependencies (422ef35a)
- Fix remaining call to unsubscribe in binding (9f5a639f)
- Fix broken activation due to renamed event in nightly (15cafb4d)
- Fix broken version test (a6cca133)
- Add version test for upcoming version (0f49e791)
- Implement support for the new minimap decoration API (8a2835ee)
- Fix buffer subscription never disposed (92a49acc)
- Fix deprecated minimap methods calls (cbc02e7b)
- Fix merge conflict (03864b4c)
- Fix typo in decorations scopes (bf32873d)
- Fix deprecation methods calls (c16ba063)
- Fix deprecated calls to event subscription (68a1f5f3)
- Fix legacy code remaining in deactivate (a7e925ef)
- Fix CHANGELOG not being at the right place (af3555fb)
- Add listener on screen-lines-changed instead of contents-modified (f4dfa658)
- Adds minimap version test in activate method (d1bf1bcb)
- Fixes diffs disappearing on minimap toggle (f497ce8f)
- Adds isActive plugin method (0e89c371)
- Adds link to minimap in README (c3fb883a)