Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 11 Jan 22:26
· 22 commits to main since this release
74d490e

Breaking Change

  • qenv objects should now be created with qenv() rather than new_qenv(). The new constructor always creates an empty object. new_qenv is now deprecated.

Miscellaneous

  • Exported the qenv class from the package.
  • The @code field in the qenv class now holds character, not expression.
  • The get_code method returns a single concatenated string of the code.
  • Added within support for qenv.error class.
  • Added get_env method that allows to extract environment stored in qenv@env slot.

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0