Skip to content

Commit

Permalink
v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymkdn committed Mar 28, 2014
1 parent 82cc3ae commit d42c28c
Show file tree
Hide file tree
Showing 6 changed files with 4,042 additions and 16 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

**Change Log v3.0.8 (March 28, 2014)**

- Little bug fix and improvements
- The WHERE clausse of $SP().list().get() now supports "[Today-X]" or "[Today+X]" that is equivalent to the CAML syntax <Today OffsetDays="X">
- New option `escapeChar` (true by default) for $SP().list().get() that permits to escape special chars (&, < and >) in the WHERE clausse
- New operator `~=` for $SP().parse() (the function that parses the WHERE clause) that is used to query a large list with an indexed User column (you'll need to know the User ID)
- ATTENTION : the WHERE clausse of $SP().list().get() is now sensitive to the TIME, so "2012-10-31" will compare only the DATE when "2012-10-31 10:28:19" will compate the DATE AND the TIME (CAML equivalent of "IncludeTimeValue='TRUE'")
- ATTENTION : $SP().toSPDate() now includes a second parameter -- by default this function will now return a date only (without the time), but if you pass "true" as second argument it will return a datetime (see the documentation)

**Change Log v3.0.7 (December 14, 2013)**

- Fix a bug with $SP().formfields().elem() when it's a boolean-checkbox field (it returned the INPUT and the BR)
Expand Down
8 changes: 0 additions & 8 deletions old_versions/sharepointplus-3.0.6.min.js

This file was deleted.

File renamed without changes.
8 changes: 0 additions & 8 deletions sharepointplus-3.0.7.min.js

This file was deleted.

Loading

0 comments on commit d42c28c

Please sign in to comment.