Skip to content

v1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 20:32
· 15 commits to master since this release

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)