Releases: scatcher/angular-point
Release 6.5.3
Incorporated fix from @John-Youngblood to detect changes in version history where the new value was removed.
Release 6.5.0
Add stronger typing for list item change events and update yarn dependencies with known security issues.
Release 6.4.0
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
Use enum and union types for better field type definitions.
Release 6.2.0
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
Set correct version.
Release 6.0.1
Expose additional interfaces. Minor bump.
Release 6.0.0
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
Remove unnecessary return type.
Release 5.0.12
Update typing to eliminate tslint errors in consuming applications.