Skip to content

Releases: atom-community/atom-ide-code-format

v1.0.3

27 Mar 04:43
Compare
Choose a tag to compare

1.0.3 (2022-03-27)

Bug Fixes

  • deps: update dependency log4js to v6.4.4 (99a9628)

v1.0.2

15 Jul 22:46
Compare
Choose a tag to compare

1.0.2 (2021-07-15)

Bug Fixes

  • fix and optimize _formatCodeInTextEditor (2607425)
  • optimize _formatCodeOnTypeInTextEditor (16009d4)
  • set save on type to false (29b83d3)

v1.0.1

15 Jul 20:32
Compare
Choose a tag to compare

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

15 Jul 05:43
Compare
Choose a tag to compare

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