Releases: ALANVF/Red.js
Releases · ALANVF/Red.js
Red.js version 0.1.2
- Removed
pre1from the preprocessor. - Reimplemented several
series!types. - Fixed
form/moldforbinary!values with an offset. - Added
clearaction. - Added
removeaction. - Added
insertaction forany-list!,any-path!, andany-string!. - Added
padandrependhelper functions. - Redid
email!'s implementation. - Finished implementing
appendforany-list!,any-path!, andany-string!.
Red.js version 0.1.0
- Fixed
#includedirective. - Fixed get-path/set-path bugs.
- Fixed
pickbug. printnow prints values correctly.- Added
string!comparison. - Added bit-shift operators.
- Fixed a
casebug. - Added some testing scripts.
- Carets are now allowed in identifiers.
- Fixed
to block!for strings and maps. - Fixed a typo in the tokenizer.
- Fixed some
block!andparen!actions. - Fixed a thing related to
map!keys. - Added some actions for
pair!s. - Fixed
bitset!internals. - Fixed
formforrefinement!values. - Fixed
moldissues for:op!native!action!function!context!object!logic!
- Added
form/moldsupport for most remaining datatypes:- stringy types
map!unset!binary!issue!time!tuple!percent!hash!vector!bitset!date!
- Accidently broke tests/demo.red (but I'll fix that later).
Red.js version 0.0.9
- Fixed
skipbug. - Added
extracthelper function. - Fixed refinement arguments.
- Improved
pokeforseries!types. - Unified
percent!behavior. - Added
shiftnative. - Added trigonometric natives.
- Added
nan?andzero?natives. - Added more math natives.
- Added
absolute,negate, andpoweractions. - Added (partially incomplete)
make/toactions forinteger!andfloat!. - Added some more helper functions.
Red.js version 0.0.8
- Added
negative?,positive?,max, andminnatives. - Added support for
binary!literals. - Added support for
map!literals. - File loading now works in browser js.
donow acceptsfile!s.lit-word!arguments that acceptunset!now work.- Added support for
tag!literals. - Added support for
date!literals.
Red.js version 0.0.7
- Fixed
toaction. - Reimplemented
char!andstring!. - Added basic actions for
char!. - Fixed inconsistent
moldbehavior forstring!andchar!. - Fixed
pickandpokebugs. - Added
unsetnative. - Added more utility functions.
- Fixed a context bug.
- Added
unionnative (paritally). - Added more supported types for
make block!. - Added
toaction forblock!. - Added
copyaction forstring!. - Fixed an issue where function refinements that didn't take any arguments would be ignored.
- Made the interactive help function better.
- Added all typesets.
Red.js version 0.0.6
- Added basic construction syntax support.
- Added
value?native. - Improved some code formatting.
number!andany-word!are now located insystem/words.- Added
and,or, andxoroperations fortypeset!s. pair!,tuple!, andtime!no longer box their values (internal).