Skip to content

Release 2.13

Latest
Compare
Choose a tag to compare
@andrei-markeev andrei-markeev released this 13 Nov 13:36
· 4 commits to master since this release

Changes

  • It is now possible to start with <Query> tag, e.g. new CamlBuilder.Query().ToString() (see #16)
  • Calling ToString() multiple times will no longer cause different output (see #24)
  • Fix BooleanField.NotEqualTo (thanks to @viceice)
  • Strong types for ThenBy and ThenByDesc (thanks to @viceice)
  • Smaller library size

Potentially breaking changes

  • .Membership syntax that has been deprecated for many years, was finally removed! 😄 Instead of UserField("AssignedTo").Membership.SPGroup(10), use UserField("AssignedTo").IsInSPGroup(10)
  • CamlJs no longer polyfills SP.XmlWriter and Sys.StringBuilder