Skip to content

2.0.3

Compare
Choose a tag to compare
@zcohan zcohan released this 02 Aug 19:09
· 64 commits to master since this release

Calendar Calculations

  • Unix timestamps for the current moment now include today's date
  • Support for datestamps with the form "4th of July", "The 4th of July", and "July the 4th"

Bug fixes

  • Fixed an issue where SoulverCore could throw a fatal error if a client's bundle was moved to a different location after being launched. This was due to a prerequisite resource file being missing when requested from the Bundle. All required resources are now eagerly loaded into memory when a Calculator or LineCollection is created (and they only use < 0.5mb of memory).