Releases: rails/jsbundling-rails
Releases · rails/jsbundling-rails
v1.3.1
What's Changed
- Move esbuild|rollup|webpack to devDependencies instead of dependencies by @saltyshiomix in #194
- Include .gitattributes when building the gem by @pokonski in #193
- Overwrite bin/dev by force to deal with new default bin/dev file coming in Rails 8 by @dhh
- Disable loading .env file when running foreman for development by @Flixt
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Simplify build / install tool (bun / yarn / npm) logic by @ksylvest in #180
- Set
"private": true
in package.json by @jarhill0 in #185 - Use Thor's
apply
instead of prerequisite tasks by @jonathanhefner in #183 - Support PNPM by @ksylvest in #181
New Contributors
- @ksylvest made their first contribution in #180
- @jarhill0 made their first contribution in #185
- @jonathanhefner made their first contribution in #183
Full Changelog: v1.2.2...v1.3.0
v1.2.2
v1.2.1
v1.2.0
What's Changed
- Add possibility to skip build during assets:precompile by @navidemad in #144
- Default to port 3000 while allowing override by @elia in #148
- Add Bun support by @terracatta in #167
- Add lockb diffing support for Bun by @terracatta in #171
- fix bug: call
bun run build
when appending Procfile.dev by @BaylorRae in #170
New Contributors
- @navidemad made their first contribution in #144
- @terracatta made their first contribution in #167
- @BaylorRae made their first contribution in #170
Full Changelog: v1.1.2...v1.2.0
v1.1.2
v1.1.1
v1.1.0
What's Changed
- Use ruby command "gem list" for foreman existence test by @elalemanyo in #117
- Recursively remove JavaScript builds in clobber task by @abevoelker in #126
- Resolve breaking change in Rollup v3 by @mattgauf in #133
- exec foreman to replace current process by @stevenharman in #131
- Enhance spec:prepare command with JS build by @lukasbischof in #128
- Instead of forcing a port in Procfile, unset Foremans's PORT by @dorianmariefr in #111
- Add support for npm 9+ by @jcoyne in #139
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Remove needless
webpack-cli
installing by @y-yagi in #96 - Use bundle add instead by @glaucocustodio in #103
- Adding --public-path option to the esbuild script by @richardkmiller in #58
- Remove js maps in assets clobber task by @PedroAugustoRamalhoDuarte in #110
- Fix for foreman existence test in rbenv installs. by @MrJoy in #113
- Webpack config tweak: name output sourcemaps after the output file with ext. by @stevegeek in #99
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Update generated bin/dev to be the same as cssbundling-rails by @dorianmariefr in #95
Full Changelog: v1.0.1...v1.0.2