Skip to content

Releases: prettier/prettier-synchronized

Release 0.6.1

08 Jun 14:39

Choose a tag to compare

  • Declare createSynchronizedPrettier as only named export (#12) (9a2de4d)
- import {format} from "@prettier/sync";
+ import prettier from "@prettier/sync";

- format(content, {parser: "babel");
+ prettier.format(content, {parser: "babel");

Release 0.6.0

08 Jun 14:18

Choose a tag to compare

v0.5.5

24 Mar 17:50

Choose a tag to compare

Changelog:

  • Update make-synchronized to v0.4 (85747ae)

Full Changelog: v0.5.4...v0.5.5

v0.5.4

22 Mar 15:22

Choose a tag to compare

Changelog:

  • Update make-synchronized to v0.3 (18c1f1b)

Full Changelog: v0.5.3...v0.5.4

v0.5.3

19 Mar 20:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

17 Apr 05:29

Choose a tag to compare

v0.5.1...v0.5.2

v0.5.1

06 Feb 06:07

Choose a tag to compare

v0.5.0...v0.5.1

v0.5.0

23 Jan 07:21

Choose a tag to compare

  • Functions in prettier.{__debug,doc,util} are now functional 596a127

v0.4.0...v0.5.0

v0.4.0

22 Jan 05:49

Choose a tag to compare

v0.3.0

17 Jul 12:00

Choose a tag to compare