Skip to content

Latest commit

 

History

History
676 lines (361 loc) · 8.34 KB

CHANGELOG.md

File metadata and controls

676 lines (361 loc) · 8.34 KB

@ctx-core/shell

9.2.9

Patch Changes

  • tsx: ^4.6.2 -> ^4.7.0

9.2.8

Patch Changes

  • tsx: ^4.4.0 -> ^4.5.0

9.2.7

Patch Changes

  • tsx: ^4.3.0 -> ^4.4.0

9.2.6

Patch Changes

  • tsx: ^4.1.4 -> ^4.2.0

9.2.5

Patch Changes

  • tsx: ^4.1.3 -> ^4.1.4

9.2.4

Patch Changes

  • tsx: ^4.1.2 -> ^4.1.3

9.2.3

Patch Changes

  • package.json: files: + *.js

9.2.2

Patch Changes

  • fix: missing tsconfig.json

9.2.1

Patch Changes

  • tsx: ^4.0.0 -> ^4.1.2

9.2.0

Minor Changes

  • fix:types package.json exports

  • tsconfig:

    "module": "ESNext"
    "moduleResolution": "nodenext"
    "target": "ESNext"
    

Patch Changes

  • package.json: - "svelte": "./src/index.js"

9.1.21

Patch Changes

  • tsx: ^3.13.0 -> ^3.14.0

9.1.20

Patch Changes

  • version bump

9.1.19

Patch Changes

  • @ctx-core/monorepo: ^20.3.3 -> ^20.3.4

9.1.18

Patch Changes

  • @ctx-core/monorepo: ^20.3.1 -> ^20.3.2
  • @ctx-core/dev-tools: 8.1.111 -> 8.1.112
  • @ctx-core/function: ^21.17.16 -> ^21.17.17
  • @ctx-core/queue: ^7.5.18 -> ^7.5.19
  • @ctx-core/git-tools: ^7.0.61 -> ^7.0.62
  • @ctx-core/build: 1.0.299 -> 1.0.300
  • @ctx-core/ctx-core-package-tools: ^8.0.191 -> ^8.0.192

9.1.17

Patch Changes

  • @ctx-core/monorepo: ^20.3.0 -> ^20.3.1
  • @ctx-core/git-tools: ^7.0.60 -> ^7.0.61
  • @ctx-core/function: ^21.17.15 -> ^21.17.16
  • @ctx-core/dev-tools: 8.1.110 -> 8.1.111
  • @ctx-core/build: 1.0.298 -> 1.0.299
  • @ctx-core/ctx-core-package-tools: ^8.0.190 -> ^8.0.191
  • @ctx-core/queue: ^7.5.17 -> ^7.5.18

9.1.16

Patch Changes

  • @ctx-core/queue: ^7.5.16 -> ^7.5.17
  • @ctx-core/dev-tools: 8.1.109 -> 8.1.110
  • @ctx-core/git-tools: ^7.0.59 -> ^7.0.60
  • @ctx-core/monorepo: ^20.2.3 -> ^20.3.0
  • @ctx-core/ctx-core-package-tools: ^8.0.189 -> ^8.0.190
  • @ctx-core/build: 1.0.297 -> 1.0.298
  • @ctx-core/function: ^21.17.14 -> ^21.17.15

9.1.15

Patch Changes

  • @ctx-core/git-tools: ^7.0.58 -> ^7.0.59
  • @ctx-core/queue: ^7.5.15 -> ^7.5.16
  • @ctx-core/build: 1.0.296 -> 1.0.297
  • @ctx-core/monorepo: ^20.2.2 -> ^20.2.3
  • @ctx-core/ctx-core-package-tools: ^8.0.188 -> ^8.0.189
  • @ctx-core/dev-tools: 8.1.108 -> 8.1.109
  • @ctx-core/function: ^21.17.13 -> ^21.17.14

9.1.14

Patch Changes

  • @ctx-core/dev-tools: 8.1.107 -> 8.1.108
  • @ctx-core/build: 1.0.295 -> 1.0.296
  • @ctx-core/git-tools: ^7.0.57 -> ^7.0.58
  • @ctx-core/ctx-core-package-tools: ^8.0.187 -> ^8.0.188
  • @ctx-core/monorepo: ^20.2.1 -> ^20.2.2
  • @ctx-core/function: ^21.17.12 -> ^21.17.13
  • @ctx-core/queue: ^7.5.13 -> ^7.5.15

9.1.13

Patch Changes

  • @ctx-core/dev-tools: 8.1.94 -> 8.1.107
  • @pnpm/list: ^9.0.2 -> ^9.0.3
  • @ctx-core/queue: ^7.5.1 -> ^7.5.13
  • pnpm: 8.2.0 -> 8.3.0
  • @ctx-core/build: 1.0.281 -> 1.0.295
  • @ctx-core/git-tools: ^7.0.45 -> ^7.0.57
  • @ctx-core/monorepo: ^20.1.0 -> ^20.2.1
  • @pnpm/sort-packages: ^5.0.0 -> ^5.0.1

9.1.0

Minor Changes

  • extract _.js & _.d.ts into directories

9.0.26

Patch Changes

  • @swc/core: ^1.3.31 -> ^1.3.32

9.0.25

Patch Changes

  • tsconfig.json: - importsNotUsedAsValues

9.0.24

Patch Changes

  • rimraf: ^4.0.1 -> ^4.0.4

9.0.23

Patch Changes

  • rimraf: ^3.0.2 -> ^4.0.1

9.0.22

Patch Changes

  • package.json: exports: update

9.0.21

Patch Changes

  • sideEffects = false

9.0.20

Patch Changes

  • @swc/core: ^1.2.125 -> ^1.2.127
  • shelljs: ^0.8.4 -> ^0.8.5

9.0.19

Patch Changes

  • version bump

9.0.18

Patch Changes

  • .js + .d.ts instead of .ts

9.0.17

Patch Changes

  • fix: error TS6059: * is not under 'rootDir': package.json: types: ./dist/index.d.ts

9.0.16

Patch Changes

  • tsconfig.json: "target": "ES2021"

9.0.15

Patch Changes

  • package.json: "types": "./src/index.ts": better editing experience

9.0.14

Patch Changes

  • @types/shelljs: ^0.8.9 -> ^0.8.10

9.0.13

Patch Changes

  • fix: build

9.0.12

Patch Changes

  • *.d.ts export

9.0.11

Patch Changes

  • fix: tsconfig.json: "rootDir": "."

9.0.10

Patch Changes

  • fix: package.json: exports

9.0.9

Patch Changes

  • package.json: svelte: ./dist/index.js

9.0.8

Patch Changes

  • package.json: - module

9.0.7

Patch Changes

  • package.json: - "main": explicitly not support cjs

9.0.6

Patch Changes

  • @swc/core: ^1.2.117 -> ^1.2.118

9.0.5

Patch Changes

  • @swc/core: ^1.2.116 -> ^1.2.117

9.0.4

Patch Changes

  • @swc/core: ^1.2.113 -> ^1.2.116

9.0.3

Patch Changes

  • @swc/cli: ^0.1.51 -> ^0.1.52
  • @swc/core: ^1.2.111 -> ^1.2.113

9.0.2

Patch Changes

  • @swc/core: ^1.2.110 -> ^1.2.111

9.0.1

Patch Changes

  • typescript: ^4.4.4 -> ^4.5.2
  • @swc/core: ^1.2.108 -> ^1.2.110

9.0.0

Major Changes

  • import { rmF } from '@ctx-core/shell'

8.0.16

Patch Changes

  • @swc/core: ^1.2.107 -> ^1.2.108

8.0.15

Patch Changes

  • compile using swc

8.0.14

Patch Changes

  • typescript: ^4.4.3 -> ^4.4.4

8.0.13

Patch Changes

  • typescript: ^4.4.2 -> ^4.4.3

8.0.12

Patch Changes

  • typescript: ^4.3.5 -> ^4.4.2

8.0.11

Patch Changes

  • fix: "exports": "./package.json": "./package.json"

8.0.10

Patch Changes

  • exports: + "package.json": "./package.json"

8.0.9

Patch Changes

  • fix: sourceMappingURL: "mapRoot": ""

8.0.8

Patch Changes

  • tsconfig.json: "target": "es2019"

8.0.7

Patch Changes

  • fix: cjs: load as a Promise

8.0.6

Patch Changes

  • "main": "./dist/index.cjs"

8.0.5

Patch Changes

  • fix: index.cjs: module.exports = require('./index.js')

8.0.4

Patch Changes

  • back to esm module with cjs using esm npm package to load library

8.0.3

Patch Changes

  • support cjs & esm: + "exports"

8.0.2

Patch Changes

  • fix: "type": "module"

8.0.1

Patch Changes

  • 2a6971f80: fix: "type": "module"
  • fix: "type": "module"

8.0.0

Major Changes

  • "type": "module": module npm type

7.0.11

Patch Changes

  • @types/shelljs: ^0.8.8 -> ^0.8.9

7.0.10

Patch Changes

  • typescript: ^4.3.4 -> ^4.3.5

7.0.9

Patch Changes

  • dist directory

7.0.8

Patch Changes

  • tsconfig.json: "lib": ["dom", "ESNext"]

7.0.7

Patch Changes

  • "prepublishOnly": "npm run clean && npm run compile"

7.0.6

Patch Changes

  • fix: deploying *.js files

7.0.5

Patch Changes

  • "prepare": "npm run clean && npm run compile"

7.0.4

Patch Changes

  • npm run prepare instead of npm run prepublishOnly

7.0.3

Patch Changes

  • fix: npm run clean

7.0.2

Patch Changes

  • typescript: ^4.3.3 -> ^4.3.4

7.0.1

Patch Changes

  • typescript: ^4.3.2 -> ^4.3.3

7.0.0

Major Changes

  • move from dist to src directory

6.0.2

Patch Changes

  • version bump: run build

6.0.1

Patch Changes

  • fix: build: clean up old build files in dist

6.0.0

Major Changes

  • $ suffix for stores
  • _ suffix for factory functions

5.3.1

Patch Changes

  • update dependencies

5.3.0

Minor Changes

  • fix tsc build directory issues

5.2.1

Patch Changes

  • .gitignore: - *.js

5.2.0

Minor Changes

  • dist,types directory: addressing typescript build issues

5.1.3

Patch Changes

  • types: ./src/index.d.ts: address error TS2742 issue

5.1.2

Patch Changes

  • .npmignore: + ~

5.1.1

Patch Changes

  • fix: target: 2018: nodejs compatability

5.1.0

Minor Changes

  • "noImplicitAny": true

5.0.10

Patch Changes

  • update dependencies

5.0.9

Patch Changes

  • typescript: ^4.2.3 -> ^4.2.4

5.0.8

Patch Changes

  • version bump

5.0.7

Patch Changes

5.0.6

Patch Changes

  • fix: npm run compile: tsc -b .

5.0.5

Patch Changes

  • typescript: ^4.2.2 -> ^4.2.3

5.0.4

Patch Changes

  • version bump

5.0.3

Patch Changes

  • typescript: ^4.1.5 -> ^4.2.2

5.0.2

Patch Changes

  • typescript: ^4.1.4 -> ^4.1.5

5.0.1

Patch Changes

  • typescript: ^4.1.3 -> ^4.1.4

5.0.0

Major Changes

  • src directory

4.0.5

Patch Changes

    • .rush

4.0.4

Patch Changes

  • typescript: ^4.1.2 -> ^4.1.3

4.0.3

Patch Changes

  • typescript: ^4.0.5 -> ^4.1.2

4.0.1

Patch Changes

  • typescript: ^4.0.3 -> ^4.0.5

4.0.0

Major Changes

  • Typescript strict checking

3.1.34

Patch Changes

  • fix: npm run compile: path to tsc