Skip to content

Releases: techor-dev/techor

v3.0.6

21 Feb 09:47
Compare
Choose a tag to compare

Additions

v3.0.5

21 Feb 01:06
Compare
Choose a tag to compare

Bug Fixes

v3.0.4

20 Feb 17:55
Compare
Choose a tag to compare

Performance Upgrades

  • Improve performance and production with SWC minimization @1aron df17bfb

v3.0.3

20 Feb 15:02
Compare
Choose a tag to compare

Bug Fixes

v3.0.2

20 Feb 13:58
Compare
Choose a tag to compare

Improvements

  • Update build command to set NODE_ENV based on args @1aron 8c0783e

v3.0.1

20 Feb 13:30
Compare
Choose a tag to compare

Bug Fixes

  • Build source incorrectly referenced the same file address @1aron e19746b

v3.0.0

20 Feb 10:28
Compare
Choose a tag to compare

New Features

One-time build:

- techor pack
+ techor build

Watch the build:

- techor pack -w
+ techor build -w
or
+ techor dev

Renamed the techor.* to techor.config.*

/** @type {import('techor').Config} */
export default {
    build: {
        ...
    }
}

v2.6.7

16 Feb 04:37
Compare
Choose a tag to compare

Bug Fixes

Cross Import
  • ESM build script and update package.json exports @1aron 72ebc89

v2.6.6

16 Feb 03:38
Compare
Choose a tag to compare

Additions

Pack

Deprecations

v2.6.5

15 Feb 04:22
Compare
Choose a tag to compare

Updates