spjs 1.0.5

dotnet add package spjs --version 1.0.5
                    
NuGet\Install-Package spjs -Version 1.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="spjs" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="spjs" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="spjs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add spjs --version 1.0.5
                    
#r "nuget: spjs, 1.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=spjs&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=spjs&version=1.0.5
                    
Install as a Cake Tool

A set of reusable Office 365/SharePoint Online and SharePoint 2013 TypeScript functions that make client-side development much easier and safer.

There are no supported framework assets in this package.

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.

Version Downloads Last Updated
1.0.5 1,631 3/7/2015
1.0.4 1,260 3/6/2015
1.0.3 1,310 3/5/2015
1.0.2 1,248 3/5/2015
1.0.1 1,235 3/5/2015
1.0.0 1,251 3/5/2015

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