Skip to content

Latest commit

 

History

History
734 lines (328 loc) · 27.8 KB

CHANGELOG.md

File metadata and controls

734 lines (328 loc) · 27.8 KB

2.8.0 (2024-05-06)

Features

  • update-dependencies: use npm-check-updates for bun updates (69f898a)

2.7.3 (2024-05-02)

Bug Fixes

  • node: update dependencies handles newer yarn versions (333ee5c)

2.7.2 (2023-11-20)

Bug Fixes

  • uninstall: filter flags from packages (e0799e7)

2.7.1 (2023-11-20)

Bug Fixes

  • install: remove passed through flags from packages (73ae667)

2.7.0 (2023-11-10)

Features

  • bun: save exact versions (70a5a7f)

2.6.0 (2023-06-29)

Features

  • github-actions: update rust templates (815fc39), closes #179

2.5.0 (2023-06-29)

Features

  • add support for packageManager field (af38709)

2.4.0 (2023-06-28)

Features

  • workspace: add prompt for dependency when missing input (092db82)

2.3.1 (2023-06-28)

Bug Fixes

  • workspace: get workspace name from package.json (133c869)

2.3.0 (2023-06-28)

Features

2.2.1 (2023-06-13)

Bug Fixes

  • install: add exact versions with yarn install (e2d6541)

2.2.0 (2023-04-05)

Features

2.1.4 (2023-03-27)

Bug Fixes

  • ci: add sha to homebrew formula (25c73e8)

2.1.3 (2023-03-23)

Bug Fixes

  • update: use npx command to update dependencies (28b8b9c)

2.1.2 (2023-03-22)

Bug Fixes

  • ci: add windows targets (77a18fc)

2.1.1 (2023-03-22)

Bug Fixes

2.1.0 (2023-03-22)

Features

2.0.0 (2023-03-18)

Bug Fixes

  • uninstall: remove jest package depending on project (67eba9e)

Features

  • accept multiple arguments to install and uninstall (99c8b52)
  • install and uninstall every package at once (6db50ec)

BREAKING CHANGES

  • Found out how to pass multiple arguments to a command. We no longer need to pass a string when installing or uninstalling multiple packages.

1.30.0 (2023-03-13)

Features

  • run: add fuzzy filtering (7bcaafc)

1.29.0 (2023-03-07)

Features

  • node: add pnpm to install (34f0496)

1.28.18 (2023-02-24)

Bug Fixes

  • ci: set new version in cargo before building (aeefcf9)

1.28.17 (2023-02-24)

Bug Fixes

1.28.16 (2023-02-24)

Bug Fixes

  • ci: update artifact name (071522a)

1.28.15 (2023-02-24)

Bug Fixes

  • ci: sha from correct step (6bd44d4)

1.28.14 (2023-02-24)

Bug Fixes

  • ci: fix broken releaserc (e783fa1)
  • ci: remove shasum txt (d08ec41)
  • ci: test run new setup (b83cc39)
  • ci: update homebrew template (5313888)
  • ci: update release artifacts (e1bb3e8)

1.28.13 (2023-02-23)

Bug Fixes

  • ci: add needs version to homebrew release (4061fe8)

1.28.12 (2023-02-23)

Bug Fixes

  • ci: typo in sed command (cc43dc0)

1.28.11 (2023-02-23)

Bug Fixes

1.28.10 (2023-02-23)

Bug Fixes

  • ci: test release to homebrew (3264027)

1.28.9 (2023-02-23)

Bug Fixes

1.28.8 (2023-02-23)

Bug Fixes

  • ci: run release after builds (4275b7f)

1.28.7 (2023-02-23)

Bug Fixes

1.28.6 (2023-02-23)

Bug Fixes

  • ci: upload release artifacts (58ed638)

1.28.5 (2023-02-23)

Bug Fixes

  • ci: add target to rust toolchain (d9c00cf)

1.28.4 (2023-02-23)

Bug Fixes

1.28.3 (2023-02-23)

Bug Fixes

1.28.2 (2023-02-23)

Bug Fixes

1.28.1 (2023-02-23)

Bug Fixes

  • ci: run version check before building (dce74b2)

1.28.0 (2023-02-23)

Features

  • update-dependencies: change command (cdb1488)

1.27.0 (2022-05-23)

Features

  • npm: add lockfile sync flag (a2a8eed)

1.26.6 (2022-04-07)

Bug Fixes

  • github-actions: handle template strings (8111996)

1.26.5 (2022-04-07)

Bug Fixes

  • ci: display version in help (43237cc)

1.26.4 (2022-04-07)

Bug Fixes

  • ci: add needs release to homebrew (6f79b59)

1.26.3 (2022-04-07)

Bug Fixes

  • ci: test moving environment variables (ec0a755)

1.26.2 (2022-04-07)

Bug Fixes

  • ci: update semantic version action (f6a6d24)

1.26.1 (2022-04-06)

Bug Fixes

  • github-actions: lint cancel workflow (152f248)

1.26.0 (2022-04-06)

Features

  • github-actions: update workflows (8cf75ca)

1.25.0 (2022-03-18)

Features

  • npm: npm commands spawn instead of run (20f804a)
  • rescript: update to tailwind 3 (9410334)

1.24.2 (2021-06-18)

Bug Fixes

  • borrowed reference (76d5724)
  • rescript: update dependencies (f21ed13)

1.24.1 (2021-05-21)

Bug Fixes

  • rescript: add bsb.lock to gitignore (b2daae0)

1.24.0 (2021-05-21)

Features

  • jest: add jest for rescript and panic on rust projects (07dfd95)

1.23.0 (2021-05-21)

Features

  • rescript: move from bs-platform to rescript (0ad9c51)

1.22.1 (2021-05-12)

Bug Fixes

  • tailwind: remove jit package as it is included (1acc726)

1.22.0 (2021-05-10)

Features

  • add message that installation is in progress (a4ce032)

1.21.0 (2021-04-15)

Features

  • install: install all dependencies without argument (6570a73)
  • rescript: enable dark mode and jit compiler (0aaba04)
  • update-dependencies: add command to update dependencies (0205073)

1.20.1 (2021-04-12)

Bug Fixes

  • install: display installed and uninstalled package (ade88fd)

1.20.0 (2021-03-31)

Bug Fixes

Features

  • add install command (a15e62c)
  • add uninstall command (b391d8a)
  • select node package manager depending on lockfile (754cafe)

1.19.1 (2021-03-22)

Bug Fixes

  • github-actions: add release branches as main in .releaserc (c0dcc44)

1.19.0 (2021-03-22)

Bug Fixes

  • github-actions: update semantic-release-rust (b068deb)

Features

  • github-actions: add clippy to rust release (73ddd0e)

1.18.0 (2021-03-16)

Features

1.17.0 (2021-03-16)

Features

1.16.0 (2021-03-11)

Features

  • jest: include testing scripts in jest setup (001922e)

1.15.0 (2021-03-10)

Features

  • github-actions: target main branch (5629336)
  • rescript: use vite instead of webpack (a3666d1)

1.14.1 (2021-03-10)

Bug Fixes

  • brew: create homebrew template as part of release (96f323c)

1.14.0 (2021-02-24)

Features

  • rescript: update for @rescript/react (2448f2a)

1.13.0 (2020-12-12)

Features

1.12.0 (2020-12-11)

Features

1.11.0 (2020-12-11)

Features

  • add: add project specific gitignore (#9) (c07b0de)

1.10.0 (2020-12-11)

Features

  • add: add project specific gitignore (#6) (5d46002)

1.9.0 (2020-12-11)

Features

  • github-actions: add manual project type (#5) (fcf8805)

1.8.0 (2020-12-09)

Features

  • add: add graphql-codegen installation (987fec1)

1.7.1 (2020-11-27)

Bug Fixes

  • rescript: update postcss and tailwind configs (184c1c5)

1.7.0 (2020-11-26)

Features

  • github-actions: add config for rust projects (76f3175)

1.6.1 (2020-11-24)

Bug Fixes

  • github-actions: update actions/checkout version (bcc3002)

1.6.0 (2020-11-20)

Bug Fixes

Features

  • add spinner to commands that install dependencies (4ced519)
  • add: add setup of @iteam/config (dd1ecd4)

1.5.0 (2020-11-19)

Features

  • add graphql api project command (2667bbb)

1.4.6 (2020-11-19)

Bug Fixes

  • build: remove built-in credentials (804ea84)

1.4.5 (2020-11-19)

Bug Fixes

  • build: push to homebrew formula (85b9522)

1.4.4 (2020-11-19)

Bug Fixes

  • build: commit from homebrew formula (66e1796)

1.4.3 (2020-11-19)

Bug Fixes

1.4.2 (2020-11-19)

Bug Fixes

  • build: push homebrew formula (bc02782)

1.4.1 (2020-11-19)

Bug Fixes

  • build: shasum on the tar (744086f)
  • build: update homebrew formula (48d1e2a)

1.4.0 (2020-11-19)

Features

  • github-actions: simplify pr_check (78e21e9)

1.3.4 (2020-11-16)

Bug Fixes

  • rescript: include rescript template in binary (458a495)
  • rescript: update webpack config for v5 (9a66d2e)

1.3.3 (2020-11-16)

Bug Fixes

  • rescript: use executable path to find template (7bcb360)

1.3.2 (2020-11-16)

Bug Fixes

  • build: new release output (9c2e620)

1.3.1 (2020-11-16)

Bug Fixes

  • build: update publish command (264ff4e)

1.3.0 (2020-11-16)

Features

1.2.0 (2020-11-16)

Features

1.1.7 (2020-11-13)

Bug Fixes

1.1.6 (2020-11-13)

Bug Fixes

1.1.5 (2020-11-13)

Bug Fixes

1.1.4 (2020-11-13)

Bug Fixes

1.1.3 (2020-11-13)

Bug Fixes

1.1.2 (2020-11-13)

Bug Fixes

1.1.1 (2020-11-12)

Bug Fixes

  • build: add release build (7b3128c)

1.1.0 (2020-11-12)

Features

  • github-actions: detect rescript projects (f57326c)

1.0.0 (2020-11-11)

Features