Skip to content

Release 0.29.0

Latest
Compare
Choose a tag to compare
@Jason2605 Jason2605 released this 01 Nov 01:12
· 1 commit to master since this release

Release 0.29.0

Change Log

These are all the changes since 0.28.0

  • Internal update to how attributes are handled #635
  • Unload C module #638
  • Ensure all tests are ran #639
  • Add less than and greater than comparison operators for string types #640
  • Order docs alphabetically #643
  • Add new UnitTest.mock() #644
  • Add new Stack module #645
  • Range of changes to the Argparse module #648
  • Fix a memory issue with annotations #651
  • Add new Result.matchError #652
  • Add annotation inheritance #654
  • Add new List.unique() #655
  • Ability to convert a class to dict #656
  • Fix type issue with fgetc #657
  • Fixes an internal issue with the Table type by reverting the open addressing scheme #660
  • Ability for Abstract types to keep track of Values (ability to grey Values) #661
  • Add HTTP.put() #663
  • Add the ability to set the timeout for SQLite #668
  • Add new Enum.values() #672
  • Add HTTP.head() #673
  • Add string type to List.sort() #676
  • Add new IO module #680
  • Move copyFile to IO module #683
  • Ability to parse hex values #684
  • Add new Net module #686
  • Allow annotations to have list / dict types #687
  • Docs fixes #688