Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

31 lines (16 loc) · 2.21 KB

0.7.61 (2021-12-09)

Bug Fixes

  • exitHandler: added await inside create-virtual-symlink (0b83f78)

0.7.59 (2021-12-09)

Bug Fixes

  • Dependencies: rxdi#3 (017f8ee)
  • 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 rxdi#6 (b93919b)