Releases: mizdra/happy-css-modules
Releases · mizdra/happy-css-modules
v1.0.0
v0.6.1
v0.6.0
What's Changed
Breaking Change
Feature
- Improve logging by @mizdra in #151
- Support
--cache
and--cacheStrategy
options by @mizdra in #154 - Export
Locator
by @mizdra in #158
Documentation
Other Changes
- Use swc instead of babel by @mizdra in #152
- Rename loader to locator by @mizdra in #156
- Block concurrent calls to locator by @mizdra in #157
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Feature
- Export various APIs by @mizdra in #144
- Support
--webpackResolveAlias
by @mizdra in #145 - Accept
cwd
option for default resolver by @mizdra in #146 - Support postcss transformer by @mizdra in #147
Dependencies
- chore(deps): update dependency @types/yargs to ^17.0.13 by @renovate in #148
- fix(deps): update dependency postcss to ^8.4.17 by @renovate in #149
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Feature
- Support
--sassLoadPaths
option by @mizdra in #137 - Support partial import for sass by @mizdra in #139
- Support
--lessIncludePaths
option by @mizdra in #140
Other Changes
- Reduce initialization at resolve time by @mizdra in #138
- Refactor transformer by @mizdra in #142
- Reuse tsserver process by @mizdra in #143
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Breaking Change
Feature
Bug
- Ignore http/https imports by @mizdra in #132
- Fix wrong
dependencies
field when using recursive imports by @mizdra in #133
Other Changes
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
Breaking Change
- Obsolete
--namedExport
option by @mizdra in #111 - Rename project from
enhanced-typed-css-modules
tohappy-css-modules
by @mizdra in #123 - Change command name by @mizdra in #125
Feature
- Ignore http(s) specifier by @mizdra in #116
- Implement Dependent Type Definition File by @mizdra in #121
Documentation
- Fix package name in README.md by @mizdra in #99
- Use commonjs in example by @mizdra in #107
- Update README by @mizdra in #124
Dependencies
- chore(deps): update jest monorepo to v29 (major) by @renovate in #108
- chore(deps): update jest monorepo to ^29.0.3 by @renovate in #117
Other Changes
- Add release.yml by @mizdra in #98
- Refactor with creator by @mizdra in #103
- Refactor tests of emitter by @mizdra in #110
- Improve source map test by @mizdra in #112
- Fix invalid
endColumn
by @mizdra in #113 - Refactor various things by @mizdra in #118
- Refactor resolvers by @mizdra in #119
- Fix flaky test by @mizdra in #122
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First released! ✨
What's Changed
- Support declaration map by @mizdra in #1
- Update package-lock v2 by @mizdra in #2
- Update project information by @mizdra in #3
- Update CI by @mizdra in #15
- Update prepublish flow by @mizdra in #16
- Update npm scripts by @mizdra in #19
- Fix failed test by @mizdra in #21
- Migrate pnpm from npm by @mizdra in #22
- Update dependencies by @mizdra in #23
- fix(deps): update dependency typescript to ^4.7.3 by @renovate in #12
- Fix problem with importing multiple stylesheets by @mizdra in #24
- Update deps by @mizdra in #29
- fix(deps): update dependency typescript to ^4.7.4 by @renovate in #26
- Improve deps by @mizdra in #31
- chore(deps): update pnpm to v7.5.2 by @renovate in #28
- Refactor codes by @mizdra in #34
- Obsolete postprocessor argument of DtsContent#writeFile by @mizdra in #40
- Obsolete
--dropExtension
by @mizdra in #41 - Rename
--namedExports
to--namedExport
by @mizdra in #42 - Accept pattern without
--pattern
by @mizdra in #43 - Fix output path by @mizdra in #44
- Refactor codes for CLI by @mizdra in #46
- Add test for CLI by @mizdra in #47
- Fix problem with
--declarationMap
being ignored by @mizdra in #48 - Refactor
DtsContent#writeFile
by @mizdra in #49 - Refactoring with emitter by @mizdra in #50
- chore(deps): update typescript-eslint monorepo to ^5.31.0 by @renovate in #52
- Implement
Loader
(but not yet use) by @mizdra in #53 - Improve method of traking external tokens by @mizdra in #54
- Refactor loader by @mizdra in #55
- Make
mockfs.bypass
unnecessary by @mizdra in #56 - Refactor test with custom snapshot serializer by @mizdra in #57
- Use
Loader
instead ofcss-modules-loader-core
by @mizdra in #58 - Fix the position of end by @mizdra in #59
- Refactor project structure by @mizdra in #60
- Update example by @mizdra in #61
- Refactor
runner
by @mizdra in #62 - Support
--localsConvention
option by @mizdra in #63 - Refactor emitter by @mizdra in #69
- Migrate ESM from CJS by @mizdra in #70
- Refactor project structure by @mizdra in #71
- Rename transform to transformer by @mizdra in #72
- Use real file system instead of mock-fs for testing by @mizdra in #75
- Fix sass tests by @mizdra in #76
- Fix error handling by @mizdra in #78
- Add
pnpm run dev
by @mizdra in #77 - Support default transformer by @mizdra in #73
- Use CLI interface in example by @mizdra in #79
- chore(deps): update pnpm to v7.9.5 by @renovate in #51
- Rename project by @mizdra in #82
- Improve CLI options by @mizdra in #83
- Update README by @mizdra in #84
- Use sass's legacy API by @mizdra in #86
- Refactor transformer by @mizdra in #87
- Use json5 as the format of snapshots by @mizdra in #88
- chore(deps): update dependency @types/jest to ^28.1.8 by @renovate in #90
- chore(deps): update dependency @types/yargs to ^17.0.12 by @renovate in #91
- Implement resolver (But not yet supported by transformer) by @mizdra in #89
- Rename files by @mizdra in #92
- Add resolver to transformer options by @mizdra in #93
- Support resolver for scss by @mizdra in #94
- Support resolver for less by @mizdra in #95
Full Changelog: https://github.com/mizdra/enhanced-typed-css-modules/commits/v0.1.0