Releases: atom-community/atom-ide-code-format
Releases · atom-community/atom-ide-code-format
v1.0.3
v1.0.2
v1.0.1
1.0.1 (2021-07-15)
Bug Fixes
- fix formatting on typing and saving (51c2f7f)
- fix success check of applyTextEditsToBuffer (e13720e)
- remove _onWillSaveProvider (7614553)
- remove featureConfig (4299de2)
- remove redundant checks (b2e2bdf)
- remove rxjs from _formatCodeInTextEditor (83032f9)
- remove rxjs from _formatCodeOnSaveInTextEditor (4ab7bfa)
- remove rxjs from _formatCodeOnTypeInTextEditor (a0d865f)
- remove rxjs from _handleEvent command case (a92d37d)
- remove rxjs from code-format:format-code (0795945)
- remove UniversalDisposable (83c27d2)
- set format on save to true (4f5aa64)
- update log4js (dcd97af)
- use atom-ide-base's ProviderRegistry (16c31a6)
- use atom-ide-base's TextEdit (84459d6)
- use event.currentTarget to get editor (6722c9d)
v1.0.0
1.0.0 (2021-07-15)
Bug Fixes
- add dependencies - use atom-community packages (d9d7164)
- adopt template - add build scripts (1019c71)
- do not bundle rxjs-compat/bundles/rxjs-compat.umd.min.js (933b58f)
- eslint fix (feef034)
- export package functions directly (dd924fb)
- free _checkContentsAreSame (669f20a)
- free _getEditorEventStream (72586af)
- more strict tsconfig (df4ecdd)
- move config to config.json (32260d5)
Features
- convert to Typescript (0506e74)