Skip to content

What's new? Migration Guide

Mostey edited this page Apr 12, 2015 · 5 revisions

If you plan to upgrade to a newer version of the library, you can quickly review the changes you may need to be aware of when upgrading. Please see the Release page for complete changelogs.

Version 1.2

  • Content.Element.Plain now returns the plain representation instead of the actual source (tags + values). If you need the source representation, use the Content.Element.Source property.
  • Renamed Section.UrlName -> Section.Shortname
  • Moved Section.Announcement to Announcement

Version 1.1.1

This version will mainly focus on bugfixes and refactoring

  • The ID property of most/all classes was changed to be of type int instead of uint
  • Property ConnectedProfile in class AuthenticatedSession was renamed to Profile
  • Property SectionThread.PostCount was removed because it was not used anywhere. You shouldn't have used this but just for the sake of completeness...