Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1016 Bytes

changelog.md

File metadata and controls

33 lines (19 loc) · 1016 Bytes

Changelog

1.3.0 — Toggleable Case Sensitivity

  • Adds a setting to customize javascript-natural-sort’s case sensitivity (pull-request #9)

1.2.1 — Fixed YAML

1.2.0 — YAML!

  • implement YAML sorting, no matter if it’s inlined or in a separate file, auto-detects indentation type

1.0.1 — Natural JSON

  • implement natural-sort for JSON
  • refactor code

1.0.0 — JSON!

  • implement JSON sorting, no matter if it’s inlined or in a separate file, auto-detects indentation type
  • rewrote in ES6, good bye CoffeScript, you’ve served us well

0.1.2 — README updated

  • updated README

0.1.1 — First Working Release

  • added sorter:sort
  • added sorter:natural-sort
  • hopefully fixed everything preventing this from working