Socket
Socket
Sign inDemoInstall

@anglr/datetime

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anglr/datetime - npm Package Versions

23
10
Next

8.0.2

Diff

Changelog

Source

Version 8.0.2 (2024-07-04)

Bug Fixes

  • fixed bug with using datetime value format UnixTimestamp, incorrectly returned value as DateTime
kukjevov
published 8.1.0-beta.20240704075145 •

kukjevov
published 8.0.2-beta.20240704074849 •

kukjevov
published 8.0.1 •

Changelog

Source

Version 8.0.1 (2024-07-04)

Bug Fixes

  • fixed bug with parsing user input for DataString value format
kukjevov
published 8.0.1-beta.20240704070027 •

kukjevov
published 8.1.0-beta.20240704065846 •

kukjevov
published 8.0.1-beta.20240704055244 •

kukjevov
published 8.0.1-beta.20240626060858 •

kukjevov
published 8.0.0 •

Changelog

Source

Version 8.0.0 (2024-01-25)

Features

  • updated DateTimeValueFormat enum
    • new value DataString formatted date as string value, custom string format for date time value, different from displayed string format
  • updated DateTimeSADirective directive
    • new inputs
      • dataFormat represents data format that is used as value of date time when DateTimeValueFormat.DataString is set to valueFormat
  • updated DateTimeValidationArgs interface
    • new properties
      • dataFormat format of data string value
  • updated DateTime decorator
    • new arguments
      • dataFormat format of data string value

BREAKING CHANGES

  • minimal supported version of NodeJs is 18.13
  • minimal supported version of @angular is 17.0.1
  • minimal supported version of @jscrpt/common is 6.0.0
  • minimal supported version of @anglr/common is 19.0.0
  • minimal supported version of tslib is 2.6.2
  • updated parseDateTime function, has new argument
    • dataFormat string format for parsing string dates, required only for string dates, has higher priority than stringFormat
  • updated formatDateTime function, has new argument
    • dataFormat string format for formatting string dates, required only for string dates, has higher priority than stringFormat
  • updated datetimeMaxValidator validator function, has new argument
    • dataFormat optional string data format of value
  • updated datetimeMinValidator validator function, has new argument
    • dataFormat optional string data format of value
  • updated datetimeValidator validator function, has new argument
    • dataFormat optional string data format of value
kukjevov
published 8.0.0-beta.20240125101313 •

23
10
Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc