All Versions
16
Latest Version
Avg Release Cycle
46 days
Latest Release
1471 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.20.0 Changes
November 28, 2020๐ฅ Breaking
CommonJS users needs to change their import:
-const ow = require('ow')+const {default: ow} = require('ow')
๐ Improvements
- Stop bundling e48b550
๐ This fixes a lot of issues. See the commit.
- Stop bundling e48b550
-
v0.19.0 Changes
October 29, 2020 -
v0.18.0 Changes
September 30, 2020๐ Improvements
๐ Fixes
-
v0.17.0 Changes
February 22, 2020 -
v0.16.0 Changes
February 13, 2020 -
v0.15.1 Changes
January 25, 2020- ๐ฆ Include the
dev-only
file in the package 64ab6b8
- ๐ฆ Include the
-
v0.15.0 Changes
November 12, 2019 -
v0.14.0 Changes
October 20, 2019๐ฅ Breaking
- Require Node.js 8 25be9db
โจ Enhancements
- ๐ป Export shim if running on browser in production (#129) acc5c9b
_ Note: _ If you intend on usingow
for development purposes only, userequire('ow/dev-only')
instead of the usualimport 'ow'
, and run the bundler withNODE_ENV
set toproduction
(e.g.$ NODE_ENV="production" parcel build index.js
). This will makeow
automatically export a shim when running in production, which should result in a significantly lower bundle size.
-
v0.13.2 Changes
May 17, 2019 -
v0.13.1 Changes
May 13, 2019