Skip to content

Releases: techor-dev/techor

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

v2.6.4

12 Feb 09:44
Compare
Choose a tag to compare

Updates

v2.6.3

27 Jan 20:00
Compare
Choose a tag to compare

Bug Fixes

Conventional Changelog Config
  • Make the commit author appear in the contributors section @1aron 37f558d

v2.6.2

27 Jan 19:51
Compare
Choose a tag to compare

Improvements

Conventional Changelog Config

v2.6.1

27 Jan 15:41
Compare
Choose a tag to compare

Bug Fixes

Conventional Changelog Config

v2.6.0

27 Jan 14:34
Compare
Choose a tag to compare

New Features

Conventional Changelog Config