Skip to content

Releases: sindresorhus/os-locale

v6.0.2

23 Dec 14:01
Compare
Choose a tag to compare

v6.0.1

07 Oct 14:49
Compare
Choose a tag to compare
  • Don't output stderr from internal child process call to the terminal 0cd6cce

v6.0.0...v6.0.1

v6.0.0

29 Jul 13:14
Compare
Choose a tag to compare

Breaking

  • Require Node.js 12.20 728ed42
  • This package is now pure ESM. Please read this.
  • const osLocale = require('os-locale'); => import {osLocale} from 'os-locale';
  • const {sync} = require('os-locale'); => import {osLocaleSync} from 'os-locale';

Improvements

v5.0.0...v6.0.0

v5.0.0

22 Mar 08:22
Compare
Choose a tag to compare

Breaking

v4.0.0...v5.0.0

v4.0.0

11 Jun 17:32
Compare
Choose a tag to compare

Breaking

  • Require Node.js 8 (#37) 4c2caff
  • Switch from underscore to dash for the locale: en_USen-US 2a3fccb

Enhancements

v3.1.0...v4.0.0

v3.1.0

26 Dec 19:57
Compare
Choose a tag to compare