teal.code 0.4.2
Breaking Change
-
qenvobjects should now be created withqenv()rather thannew_qenv(). The new constructor always creates an empty object.new_qenvis now deprecated.
Miscellaneous
- Exported the
qenvclass from the package. - The
@codefield in theqenvclass now holdscharacter, notexpression. - The
get_codemethod returns a single concatenated string of the code. - Added
withinsupport forqenv.errorclass. - Added
get_envmethod that allows to extract environment stored inqenv@envslot.