Skip to content

Releases: scatcher/angular-point

Release 6.5.3

01 Nov 15:25
Compare
Choose a tag to compare

Incorporated fix from @John-Youngblood to detect changes in version history where the new value was removed.

Release 6.5.0

22 Feb 20:51
Compare
Choose a tag to compare

Add stronger typing for list item change events and update yarn dependencies with known security issues.

Release 6.4.0

03 Nov 18:45
Compare
Choose a tag to compare

Move the ability to add attachments into angular-point instead of relying on angular-point-attachments. angular-point-attachments still functions as before but heavy lifting is now in this library so we can trigger change events on the list item when an attachment is added/deleted.

Release 6.3.0

22 Jun 17:07
Compare
Choose a tag to compare

Use enum and union types for better field type definitions.

Release 6.2.0

17 Dec 19:34
Compare
Choose a tag to compare

Minor bump to always rely on env params instead of trying to determine the current site from SharePoint. This caused problems when working on local dev environment.

Release 6.1.0

29 Nov 00:46
Compare
Choose a tag to compare
Set correct version.

Release 6.0.1

25 Nov 20:23
Compare
Choose a tag to compare
Expose additional interfaces.  Minor bump.

Release 6.0.0

25 Nov 19:28
Compare
Choose a tag to compare

Major bump because we're now using string enums which is only supported in the latest versions of typescript. Breaking change.

Release 5.0.13

30 Sep 19:13
Compare
Choose a tag to compare

Remove unnecessary return type.

Release 5.0.12

30 Sep 18:44
Compare
Choose a tag to compare

Update typing to eliminate tslint errors in consuming applications.