Skip to content

Releases: cosmostellar/formatto

1.2.6

03 May 14:22
Compare
Choose a tag to compare
  • Formatto can now parse code blocks with more than 3 backticks. (Issue #27, b2ef5a7, 924eed0, Pull Request #28)
  • Hash letters (#) in a code block don't affect the top heading level anymore. (b2ef5a7, 924eed0, Pull Request #28)
  • More natural language was used for options. (5ee300f)

Other Changes in the Codebase

1.2.5

18 Apr 22:29
Compare
Choose a tag to compare

1.2.4

01 Apr 12:38
Compare
Choose a tag to compare
  • Options now get empty values by default. (0427919, 2f9f484)
  • The plugin parses a property section only when it starts at the first line. (Issue #22 from @DHERRADOR, d3afa50, Pull Request #23)

Other Changes in the Codebase

  • Audit dependencies (9949697)
  • Add a comment to indicate an unreachable part (c26a3df)

Thanks to @DHERRADOR for your contributions.

1.2.3

25 Mar 01:08
Compare
Choose a tag to compare

Other Changes in the Codebase

1.2.2

22 Feb 18:00
Compare
Choose a tag to compare

Other Changes in the Codebase

1.2.1

15 Feb 10:30
Compare
Choose a tag to compare
  • Add Korean localization
  • Add Hungarian localization (Pull Request #18 from @sharkmu)

Other Changes in the Codebase

  • Delete ESLint indent rules (88555b6)
  • Include JS DOM type definitions (ef72c0e)
  • Rename classes (bf5e11f)

A huge thanks to @sharkmu for your contributions. 😄

1.2.0

11 Feb 17:02
Compare
Choose a tag to compare

Other Changes in the Codebase

  • Improve testing code structure
  • Call set_panic_hook function (ef3b7bc)
  • Use nodemon for test:ts npm script (f0625ac)
  • Add contributing guidelines (8643567, dd4c7aa)
  • Use rust print macros when not running in a wasm environment (f66177b)

1.1.2

16 Jan 03:19
Compare
Choose a tag to compare
  • The plugin doesn't write the document without a change anymore. (e6a7ecb)

Other Changes in the Codebase

1.1.1

29 Dec 16:38
Compare
Choose a tag to compare

Other Changes in the Codebase

A huge thanks to @sharkmu for your contributions. 😄

1.1.0

27 Dec 09:53
Compare
Choose a tag to compare

Other Changes in the Codebase

A huge thanks to @sharkmu for your contributions.