Skip to content

Releases: alihoseiny/ngx-persian

V2.0.1

18 Feb 18:09
20533e7
Compare
Choose a tag to compare
Merge pull request #710 from alihoseiny/release/v2.0.1

Fix empty README problem when publishing package on NPM

v1.3.2

12 Mar 17:36
Compare
Choose a tag to compare

Improvement

  • ngx-persian updated to Angular 11.
  • TestApplication updated to Angular 11.
  • compilerOptions added to the tsconfig file for targeting es5 and supporting
    experimental features. Without the later, new version of typescript raises error.
  • functions in the describes and test cases replaced by arrow functions.
  • In the string literals, double quotation replaced by single quotation.
  • Missing semicolons added.
  • Long lines broken for meeting line max length constraint.
  • radix value added to the parsInt calls.
  • getVarDate field added to the JDate for making it compatible with the
    Date interface.

Features

  • addMonth method added to the JDate class.