Releases: jsenv/core
Releases · jsenv/core
v38.4.2
What's Changed
- update logic deciding how to apply importmap to js imports by @dmail in #387
- Jsenv monorepo by @dmail in #388
- Html parse error by @dmail in #389
- Reduce indirection by @dmail in #390
- Test concurrency by @dmail in #391
- Test pool by @dmail in #392
- rollup 4.0 by @dmail in #385
- Snapshots package by @dmail in #393
- Test logs by @dmail in #394
- prepare new branch for @jsenv/[email protected] by @dmail in #396
Full Changelog: v.38.3.0...v38.4.2
v.38.3.0
v.38.2.10
What's Changed
- Jsenv plugin explorer by @dmail in #364
- Node esm resolution split by @dmail in #366
- Merge reference analysis by @dmail in #367
- 36.0.0 by @dmail in #365
- Ignore by @dmail in #368
- Packages self by @dmail in #369
- Packages update by @dmail in #370
- Files to execute before by @dmail in #371
- Reference on url info by @dmail in #372
- Autoreload fixes by @dmail in #373
- Without search cook by @dmail in #374
- Bundling and minification back to core by @dmail in #375
- introduce web server command by @dmail in #376
- Update deps 10 by @dmail in #377
- String assertion diff by @dmail in #378
- Fix eslint import resolver remaining url by @dmail in #380
- Next 2 by @dmail in #381
- Fs watch linux by @dmail in #382
- GitHub annotations by @dmail in #383
Full Changelog: v.35.0.1...v.38.2.10
v.35.0.1
v.32.2.3
What's Changed
- updating deps by @dmail in #321
- Base url by @dmail in #322
- Build autopreload by @dmail in #323
- Export placeholders by @dmail in #324
- Import meta resolve by @dmail in #325
- Dep updates by @dmail in #326
- Node esm search param by @dmail in #327
- update playwright by @dmail in #328
- update dep by @dmail in #329
- Toolbar by @dmail in #330
- Toolbar revival by @dmail in #331
- update deps by @dmail in #332
- Split bundling and minification by @dmail in #334
- upgrade deps by @dmail in #336
- use lightning css instead of parcel by @dmail in #337
- try lightning css as css bundler by @dmail in #338
- Import versioning by @dmail in #341
- test commonjs transformation on windows by @dmail in #343
- Update CSS parsing and tests by @dmail in #345
- Deps up by @dmail in #346
- Inline css syntax error by @dmail in #348
- Systemjs variable names by @dmail in #349
- ensuire build produce normalized line breaks by @dmail in #350
- Service worker package by @dmail in #351
- prepare several changes by @dmail in #353
- U 10 by @dmail in #354
- Param type errors by @dmail in #355
- Hot by @dmail in #356
- 32.0.0 by @dmail in #357
- Next by @dmail in #358
Full Changelog: v.29.4.4...v.32.2.3
v.29.4.4
v29.1.17
v27.0.0
This version is the biggest change in jsenv since it was created:
- Partial reloading during dev (HMR but also for non module ressources)
- Injecting package version in urls during dev (enable long term cache during dev + nice info to have)
- Add
import.meta.dev
andimport.meta.build
- Support inline scripts and styles
- Support classic script
- Module format during build becomes dynamic (according to runtimeCompat)
- Fix top level await and code splitting
- Improve versioning and files names in the build directory
- Support new Worker, new SharedWorker, serviceWorker.register()
- Better cache invalidation for CSS dependencies thanks to import assertions
- Support new Blob and data urls
- Some features are activated by default even if not standard
- node esm resolution
- file system magic
- import.meta.dev and import.meta.build
- commonjs globals replacements (process.env.NODE_ENV)
- import.meta.hot (in order to provide partial reload also called hot module replacement)
- Everything becomes a plugin. If all plugins where deactivated, jsenv would be a static file server
- Way more modular and agnostic of what is used
- The dependency to rollup becomes trivial (it could be replaced by something else with ease)
- Same for minification and bundling in general
- Jsenv toolbar is gone, it will come back as @jsenv/toolbar later
v26.0.0
Import assertions
Description
- Support json and css import assertions
launch*
renamed*Runtime
- sourcemap file urls are property versioned too
What's Changed
Full Changelog: v22.5.1...v23.0.1