Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jaywcjlove/Prettier

v1.0.6

23 Aug 20:15

Choose a tag to compare

v1.0.5

23 Aug 19:36

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

v1.0.4

23 Aug 11:01

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

// Before update
let options = PrettierOptions(
    parser: .babel,  // ❌ Removed
    printWidth: 100,
    // ...
)

// After update  
let options = PrettierOptions(
    printWidth: 100,  // ✅ parser is no longer required
    // ...
)

v1.0.3

23 Aug 10:52

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.3

v1.0.1

23 Aug 08:35

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Aug 10:23

Choose a tag to compare

released v1.0.0