Skip to content

Latest commit

 

History

History
175 lines (64 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

175 lines (64 loc) · 6.58 KB

0.9.2 (2023-03-05)

Bug Fixes

  • husky: added new husky file (c72d910)
  • rsync: added --force argument in order to test the idempotency of rsync (09770e6)

0.9.1 (2022-10-25)

Bug Fixes

  • release: added old version of nodejs due to cli incompatability (0e279bf)

0.9.0 (2022-10-25)

0.8.2 (2022-10-25)

Bug Fixes

  • package: added npx parcel build command with specific version (317cfb6)

0.8.1 (2022-10-25)

Features

  • copy: added new argument which can be passed called use native copy which defaults to nodejs copy recursive (d6d2c52)

0.8.0 (2022-03-16)

Features

  • --no-runner: added command to do the copy magic without running command at the end (532df1b)

0.7.75 (2021-12-11)

Bug Fixes

  • release: added tsc to release for npm and added main.js file to be available when releasing tag inside github (7c613a1)

0.7.74 (2021-12-11)

Features

  • index: added barrel export using index.ts for further more extension of the library (60907ea)

0.7.73 (2021-12-11)

Bug Fixes

  • createVirtualSymlink: pass success status to all calls to exitHandler (d9ff6b7)

0.7.72 (2021-12-11)

Bug Fixes

  • package.json: added mkdir for binaries since the build was not working (62036d9)

0.7.71 (2021-12-11)

Bug Fixes

  • README: changed link to lead to latest binary (26c152c)

Features

  • release: release process is only triggered when tag is created (2529635)

0.7.70 (2021-12-11)

0.7.69 (2021-12-11)

0.7.68 (2021-12-11)

Bug Fixes

  • binaries: release for binaries using github action (1afda49)

0.7.67 (2021-12-11)

0.7.66 (2021-12-11)

0.7.65 (2021-12-11)

Features

  • binaries: trying to upload binaries to release... (ad16d33)

0.7.64 (2021-12-11)

Features

  • binaries: release for binaries version 2 (ded727e)

0.7.63 (2021-12-11)

Features

  • binaries: added a github action to release binaries based on tags (5620385)

0.7.62 (2021-12-09)

Bug Fixes

  • Dependencies: #3 (017f8ee)
  • exitHandler: added await inside create-virtual-symlink (0b83f78)
  • main: when firebase crashes it is wrapped inside try catch causing to silend build fails (9445747)
  • packages: on windows native fs introduced since the rsync behaviour differs (d5b0bb4)
  • yarn: version missmatch and wrong generated yarn.lock removed since we have package.lock.json (7e0fce9)

Features

  • actions: added ci-skip option to publish build if we want to skip (86430c5)
  • Binary: added executable binary so it can be used without nodejs (7dfe08d)
  • customOutDir: added options insideadded option inside fireConfig to specify folder explicitly for out dir .packages (6315e63)
  • ignore: added ignore files using pattern and revereted rsync and for windows robocopy is used (9e311ea)
  • rsync: removed native rsync process and replaced with nodejs version for cross platform compatability (096fec7)
  • Worker: removed unused if condition and added return type #6 (b93919b)