@miracledevs/paradigm-ui-web-shared
v1.0.6
Published
A shared library containing helpers and other classes like Enumerables and other functions c#-like to ease the work of .net programmers.
Downloads
12
Readme
Paradigm.Web.Shared
Typescript library with helper classes like ArrayLists, Dictionaries, extensions for base objects and more.
NPM
npm install --save @miracledevs/paradigm-ui-web-shared
Change log
Version 1.0.6
- Updated npm dependencies.
- Updated ObjectExtensions.getTypeName to work in Firefox.
Version 1.0.5
- Updated npm dependencies.
- Updated ObjectExtensions.getTypeName.
- Updated date tests.
Version 1.0.4
- Updated npm dependencies.
Version 1.0.3
- Changed repository from gitlab to github.
Version 1.0.2
- Added tslint to project.
- Formatted code using the tslint.
- Changed
StringExtensions.format
andStringExtensions.formatArray
not to serialize null values. Changed tests accordingly.
Version 1.0.1
- Added readme file.
Version 1.0.0
- Uploaded first version of the shared library.