spjs 1.0.5
dotnet add package spjs --version 1.0.5
NuGet\Install-Package spjs -Version 1.0.5
<PackageReference Include="spjs" Version="1.0.5" />
<PackageVersion Include="spjs" Version="1.0.5" />
<PackageReference Include="spjs" />
paket add spjs --version 1.0.5
#r "nuget: spjs, 1.0.5"
#addin nuget:?package=spjs&version=1.0.5
#tool nuget:?package=spjs&version=1.0.5
A set of reusable Office 365/SharePoint Online and SharePoint 2013 TypeScript functions that make client-side development much easier and safer.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.5 - Removed spjs.local from spjs.ready.ts, and refactored it out of existing functions, since var windowInstance = <any>window; can be used instead to same effect
1.0.4 - Added spjs.local to spjs.ready.ts
1.0.3 - Fixed NuGet package (didn't include files correctly. Be patient, I'm learning NuGet packaging ;) )
1.0.2 - Included accidently omitted spjs.ensureExternalScript.ts and spjs.ensureExternalScript.js files
1.0.1 - Added .js files to the NuGet package so we don't have to rely on the TypeScript compiler working in the Visual Studio solution.
1.0.0 - Initial release