Skip to content

Latest commit

 

History

History
447 lines (233 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

447 lines (233 loc) · 13.4 KB

Changelog

v0.4.14

compare changes

🩹 Fixes

  • Add case true for preserveStructure mode (b4edb51)

❤️ Contributors

v0.4.13

compare changes

📖 Documentation

  • README: Correct feature describe (6b3b51c)

❤️ Contributors

v0.4.12

compare changes

🚀 Enhancements

  • ⚠️ mergeInput becomes preserveStructure, add more "modes" (396797e)

🩹 Fixes

  • preserveStructure requires a configured outDir (e56395b)

💅 Refactors

  • Move functions into utils folder (b4d8e36)
  • Minor linebreaks (9e92519)

🏡 Chore

  • Update deps, apply lint fixes (b9ae394)

⚠️ Breaking Changes

  • ⚠️ mergeInput becomes preserveStructure, add more "modes" (396797e)

❤️ Contributors

v0.4.11

compare changes

🏡 Chore

❤️ Contributors

v0.4.10

compare changes

🚀 Enhancements

  • Configurable localesMatcher regex (#6)

🏡 Chore

  • Align base with starter-ts, update deps (e3343d7)

❤️ Contributors

v0.4.9

compare changes

🩹 Fixes

  • Potential duplicated run (8b42da3)

🏡 Chore

❤️ Contributors

v0.4.8

compare changes

🚀 Enhancements

  • Exports createContext for programmatic usage (b4b9010)

📖 Documentation

  • README: Add setup guide for unbuild, programmatic (75cac42)

❤️ Contributors

v0.4.7

compare changes

🩹 Fixes

  • Actually support DSV file (8e0fda5)
  • Actually support TSV file (d0f5562)

❤️ Contributors

v0.4.6

compare changes

🩹 Fixes

  • Bad checking of csv extension (a75cd12)

💅 Refactors

  • Make sure all rows have same number of columns for Github format (8e5a99a)

❤️ Contributors

v0.4.5

compare changes

📖 Documentation

🏡 Chore

❤️ Contributors

v0.4.4

compare changes

🏡 Chore

🎨 Styles

❤️ Contributors

v0.4.3

compare changes

📖 Documentation

  • Update README and Options's type document (04b1e1e)

❤️ Contributors

v0.4.2

compare changes

🚀 Enhancements

  • Implements replacePunctuationSpace, enabled by default (7950dda)

❤️ Contributors

v0.4.1

compare changes

🚀 Enhancements

  • outputFileSync: Implements mergeContent (da2636e)
  • Now merge json output by default (c6c7d35)

❤️ Contributors

v0.4.0

compare changes

🚀 Enhancements

  • utils: Add outputFileSync() (e2ca459)
  • Implements fileProcessor (d0a63ab)

🩹 Fixes

  • jsonProcessor: Shouldn't create prop if value is empty, allowing proper fallback (f7c8388)

💅 Refactors

  • ⚠️ Change wording from abcProp to abcColumn (118f453)

⚠️ Breaking Changes

  • ⚠️ Change wording from abcProp to abcColumn (118f453)

❤️ Contributors

v0.3.6

compare changes

🚀 Enhancements

  • Implements jsonProcessor (328fba0)

🩹 Fixes

  • build: Allow inline devDependencies (7bf7ab1)

❤️ Contributors

v0.3.5

compare changes

🩹 Fixes

  • transformToI18n: Skip empty value rows, fixes #3 (#3)

💅 Refactors

  • Uses some common utils function from @namesmt/utils (30ef9f2)

❤️ Contributors

v0.3.4

compare changes

🚀 Enhancements

  • Skip rows with empty key, add some comments (5b714d6)
  • Improve log with filename (7b496d6)

❤️ Contributors

v0.3.3

compare changes

🚀 Enhancements

  • Re-implements manual filtering on csvString, support array of comments (7d4fed4)

❤️ Contributors

v0.3.2

compare changes

🩹 Fixes

  • Flat keyStyle breaking typo (17df181)

❤️ Contributors

v0.3.1

compare changes

🚀 Enhancements

  • Non-breaking error log for nested key exist (b175a62)
  • Non-breaking log for undefined content write (5e78ef9)

❤️ Contributors

v0.3.0

compare changes

🚀 Enhancements

  • ⚠️ Add keyStyle option (4682dce)

⚠️ Breaking Changes

  • ⚠️ Add keyStyle option (4682dce)

❤️ Contributors

v0.2.2

compare changes

🩹 Fixes

  • Revert Papa.unparse() to sheetjs transforms (READ DESC) (096a327)

❤️ Contributors

v0.2.1

compare changes

🚀 Enhancements

  • Use pathe (6fe7907)
  • Log more info (38ad3b4)
  • Use Papa.unparse for JSON to csvString (a780a88)
  • Collect header keys (#1)
  • Implements a manual filter, (#2)

💅 Refactors

  • Pass object for unparse instead of aoa (f6be688)
  • Remove old commented code (a4893ba)

❤️ Contributors

v0.2.0

compare changes

💅 Refactors

  • ⚠️ Switch logger to unjs/consola (e4e1852)

⚠️ Breaking Changes

  • ⚠️ Switch logger to unjs/consola (e4e1852)

❤️ Contributors

v0.1.3

compare changes

🩹 Fixes

❤️ Contributors

v0.1.2

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v0.1.1

compare changes

🚀 Enhancements

  • Config std-env and pino-pretty (9230383)
  • Set up playground (8a0ee04)
  • Use path instead of custom function, + fix outDir (798830c)
  • Update playground (4ee2926)

🩹 Fixes

  • FixAll on save glitching (4255213)

🏡 Chore

  • Bump to 0.1.0 because npm registry bug (b4a68e0)
  • Set moduleResolution to 'Bundler' (ce00958)

❤️ Contributors

v0.0.1

compare changes