dayjs v1.8.1 Release Notes

Release Date: 2019-02-02 // about 5 years ago
    • ➕ Add LocalizedFormat plugin supplying format like LTS, LT, LLLL

    • ⚡️ update declaration File with default export (#278)

      From v1.8.1, in TypeScript Project, just import from dayjs from 'dayjs'

    • ➕ add ES2015 module support (#451)

    🐎 Performance Improvements

    • format: reuse matches instead of created when replacing (#441) (10b79d8)