baset-vm
Version:
VM package for BaseT project.
97 lines (38 loc) • 2.38 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.14.4"></a>
## [0.14.4](https://github.com/Igmat/baset/compare/v0.14.3...v0.14.4) (2018-10-07)
### Bug Fixes
* **vm:** implement mocks as reference to filename ([d58576a](https://github.com/Igmat/baset/commit/d58576a))
<a name="0.14.3"></a>
## [0.14.3](https://github.com/Igmat/baset/compare/v0.14.2...v0.14.3) (2018-10-07)
### Bug Fixes
* **vm:** change file path to be consistent with os ([27dfba4](https://github.com/Igmat/baset/commit/27dfba4))
<a name="0.14.2"></a>
## [0.14.2](https://github.com/Igmat/baset/compare/v0.14.1...v0.14.2) (2018-09-17)
**Note:** Version bump only for package baset-vm
<a name="0.13.7"></a>
## [0.13.7](https://github.com/Igmat/baset/compare/v0.13.6...v0.13.7) (2018-08-30)
### Bug Fixes
* **vm:** correct global for vm without broken function constructor ([1405c53](https://github.com/Igmat/baset/commit/1405c53)), closes [#58](https://github.com/Igmat/baset/issues/58)
<a name="0.9.0"></a>
# [0.9.0](https://github.com/Igmat/baset/compare/v0.8.0...v0.9.0) (2018-03-03)
### Bug Fixes
* **vm:** more correct proxy for sandboxed object ([b31a8de](https://github.com/Igmat/baset/commit/b31a8de))
<a name="0.7.3"></a>
## [0.7.3](https://github.com/Igmat/baset/compare/v0.7.2...v0.7.3) (2018-02-13)
### Bug Fixes
* **vm:** check if path found like file is directory ([950bd57](https://github.com/Igmat/baset/commit/950bd57))
<a name="0.7.2"></a>
## [0.7.2](https://github.com/Igmat/baset/compare/v0.7.1...v0.7.2) (2018-02-12)
### Bug Fixes
* **vm:** allow usage of native modules in vm ([5d17b49](https://github.com/Igmat/baset/commit/5d17b49))
<a name="0.6.0"></a>
# [0.6.0](https://github.com/Igmat/baset/compare/v0.5.1...v0.6.0) (2018-02-08)
### Bug Fixes
* **vm:** adding missing chdir to vm process ([32babe4](https://github.com/Igmat/baset/commit/32babe4))
* **vm:** adding missing process-uptime function ([fd66e73](https://github.com/Igmat/baset/commit/fd66e73))
* **vm:** removing readonly contextifying in order to support e2e ([11bbd17](https://github.com/Igmat/baset/commit/11bbd17))
### Features
* **vm:** add baset-vm package (forked from vm2) ([0d6046b](https://github.com/Igmat/baset/commit/0d6046b))