Skip to content

v1.1.0

Compare
Choose a tag to compare
@stuin stuin released this 22 Sep 01:11
· 1 commit to master since this release
  • New data type Name used for any token without "
  • Strings will not be resolved as variable names unless they are directly converted to a Name
  • Added better handling of \n, \t, \r \\ \"
  • List to String conversion no longer uses space as a deliminator
  • JoinD function added with deliminator before list of items to combine
  • Join function left alone for backwards compatibility
  • Force function added to implicitly convert between data types

Should have marked 1.0 as the commit before this