You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 jaren geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. # Change Log
  2. This project adheres to [Semantic Versioning](http://semver.org/).
  3. ## 4.12
  4. * Add environments to shared configs (by Yevgeny Petukhov).
  5. * Fix docs (by Dmitry Statsenko and Thomas Pozzo di Borgo).
  6. ## 4.11.1
  7. * FIx Node.js 6 support.
  8. ## 4.11
  9. * Add `npx browserslist --mobile-to-desktop` (by James Ross).
  10. ## 4.10
  11. * Add `npx browserslist --update-db` (by Ivan Solovev).
  12. ## 4.9.1
  13. * Normalize incorrect Can I Use regional data (by Huáng Jùnliàng).
  14. ## 4.9
  15. * Add `node X-Y` query support (by Yuping Zuo).
  16. ## 4.8.7
  17. * Fix `last N major versions` (by Valeriy Trubachev).
  18. ## 4.8.6
  19. * Fix `Unknown version 10 of op_mob` error in `mobileToDesktop` option.
  20. ## 4.8.5
  21. * Fix `last N browsers` again after new `caniuse-db` API changes.
  22. ## 4.8.4
  23. * Fix released versions detection for queries like `last N browsers`.
  24. * Add IE 11 Mobile to `dead` browsers.
  25. ## 4.8.3
  26. * Fix warning message (by Anton Ivanov).
  27. ## 4.8.2
  28. * Fix `Cannot convert undefined or null to object` (by Antoine Clausse).
  29. * Fix `mobileToDesktop` in `defaults` (by Huáng Jùnliàng).
  30. ## 4.8.1
  31. * Fix Chrome and `mobileToDesktop` (by Huáng Jùnliàng).
  32. ## 4.8
  33. * Add `> 5% in browserslist-config-my stats` query (by Andrew Leedham).
  34. * Improve docs (by Danny van Kooten).
  35. ## 4.7.3
  36. * Add funding link for `npm fund`.
  37. ## 4.7.2
  38. * Add cache for query parsing.
  39. * Improve config caching (by Kārlis Gaņģis).
  40. * Update Firefox ESR.
  41. ## 4.7.1
  42. * Improve caching.
  43. ## 4.7
  44. * Add PhantomJS queries.
  45. * Improve docs (by Dorian Koehring).
  46. ## 4.6.6
  47. * Remove Safari from `dead` query.
  48. ## 4.6.5
  49. * Add Samsung 4 browser to `dead` query.
  50. * Remove dirty fix for `android all` error.
  51. ## 4.6.4
  52. * Add Firefox 68 to `Firefox ESR` query.
  53. ## 4.6.3
  54. * Dirty fix for `android all` error.
  55. ## 4.6.2
  56. * Fix `last x version` and similar queries for Android (by Tony Ross).
  57. ## 4.6.1
  58. * Fix patch version support for Electron (by Kilian Valkhof).
  59. ## 4.6
  60. * Add `mobileToDesktop` option (by Nicolò Ribaudo).
  61. ## 4.5.6
  62. * Make `Node > 5` and `node > 5` queries case insensitive.
  63. ## 4.5.5
  64. * Fix CLI help (by Marcel Gerber).
  65. * Add KaiOS browser to docs.
  66. ## 4.5.4
  67. * Update docs (by Andrew Leedham and Dan Onoshko).
  68. ## 4.5.3
  69. * Fix splitting string to queries.
  70. ## 4.5.2
  71. * Show default browsers in CLI on project without config.
  72. ## 4.5.1
  73. * Improve text for the warning about outdated `caniuse-lite`.
  74. ## 4.5
  75. * Add `>=`, `>`, and `<=` support for Node.js version (by Mathspy Terabithian).
  76. ## 4.4.2
  77. * Allow to have string in `package.json` (by @dmarkhas).
  78. ## 4.4.1
  79. * Allow to use `.` in scope name of shareable config (by Gustav Nikolaj).
  80. ## 4.4
  81. * Added `and` and `or` keywords to combine queries (by Jon Ege Ronnenberg).
  82. ## 4.3.7
  83. * Fix fraction years support in `last 1.5 years` (by Clément P).
  84. * Fix version-less browser support.
  85. ## 4.3.6
  86. * Fix version-less browser support in custom statistics (by Alex Walter).
  87. ## 4.3.5
  88. * Fix `not` query for wrong Can I Use data.
  89. ## 4.3.4
  90. * Allow to update `node-releases` without new Browserslist releases.
  91. ## 4.3.3
  92. * Fix Node.js 11 support.
  93. ## 4.3.2
  94. * Fix `Unknown version 11 of Node.js` error (by Dan Onoshko).
  95. ## 4.3.1
  96. * Fix conflict between `caniuse-lite` and custom browsers statistics.
  97. ## 4.3
  98. * Allow to use `extends browserslist-config-a/file` (by @Schweinepriester).
  99. ## 4.2.1
  100. * Use new `node-releases` support (by Sergey Rubanov).
  101. ## 4.2
  102. * Add `--json` argument for CLI.
  103. * Allow to pass multiple areas in CLI by `--coverage=US,alt-AS,global`.
  104. ## 4.1.2
  105. * Better `unknow query` error message.
  106. * Use latest `node-releases`.
  107. ## 4.1.1
  108. * Update Firefox ESR versions.
  109. ## 4.1
  110. * Add `current node` query.
  111. * Add contributors widget to docs (by Sergey Surkov).
  112. ## 4.0.2
  113. * Fix new `node-releases` support (by Sergey Rubanov).
  114. * Fix error text (by Josh Smith).
  115. ## 4.0.1
  116. * Reduce npm package size.
  117. * Fix docs.
  118. ## 4.0.0 “Erinaceus amurensis”
  119. * Add `node X` and `maintained node versions` queries (by Pavel Vostrikov).
  120. * Remove Node.js 4 support.
  121. * Show warning if `caniuse-lite` is old (by Anton Tuzhik).
  122. * Add comma support in config file.
  123. ## 3.2.8
  124. * Add IE 9-5.5 to dead browsers.
  125. * Remove development configs from npm package.
  126. ## 3.2.7
  127. * Add Firefox 60 as Firefox ESR.
  128. ## 3.2.6
  129. * Add Opera Mini 12 to dead browsers.
  130. * Update docs (by Jamie Kyle).
  131. ## 3.2.5
  132. * Fix excluding Opera Mini and other browsers with `all` version.
  133. ## 3.2.4
  134. * Resolve shareable config from current working directory.
  135. ## 3.2.3
  136. * Fix `package.json` config validation for single string case.
  137. * Fix CLI error reporting.
  138. ## 3.2.2
  139. * Add `package.json` config validation.
  140. * Move project to `browserlist` GitHub organization.
  141. ## 3.2.1
  142. * Fix error text (by Steve Schrab).
  143. ## 3.2
  144. * Add `cover 99%` query (by Vasily Fedoseyev).
  145. * Add `cover 99% in US` query (by Vasily Fedoseyev).
  146. * Add `cover 99% in my stats` query (by Vasily Fedoseyev).
  147. * Add `"my stats"` support to `browserlist.coverage()` (by Vasily Fedoseyev).
  148. ## 3.1.2
  149. * Add more clear error on missed browser version.
  150. ## 3.1.1
  151. * Fix JSDoc (by Sylvain Pollet-Villard).
  152. ## 3.1
  153. * Add `ignoreUnknownVersions` option.
  154. * Fix docs (by Pascal Duez).
  155. ## 3.0 “Atelerix sclateri”
  156. * Remove country statistics from client-side build of Browserslist.
  157. * Change `> 1%` to `> 0.5%` in default query.
  158. * Add `not dead` to default query.
  159. * Change default environment to `production` (by Marco Fugaro).
  160. * Add `dead` query support with IE 10 and BlackBerry browser.
  161. * Add multiple environments in one section support (by Evilebot Tnawi).
  162. * Add custom statistics support to `browserlist.coverage()`.
  163. * Fix `path` option check.
  164. ## 2.11.3
  165. * Fix for `path: undefined` option.
  166. ## 2.11.2
  167. * Remove Node.js specific code from webpack build.
  168. ## 2.11.1
  169. * Fix using Browserslist in browser with `path` but without `fs`.
  170. ## 2.11
  171. * Add `last 2 years` query support (by James Harris).
  172. ## 2.10.2
  173. * Fix Browserify support.
  174. ## 2.10.1
  175. * Fix using Browserslist without `process` (by Andrew Patton).
  176. ## 2.10
  177. * Add `< 1%` and `<= 1%` queries support (by August Kaiser).
  178. ## 2.9.1
  179. * Fix unknown query on trailing spaces in query.
  180. ## 2.9
  181. * Add `last Electron versions` and `last Electron major versions` queries
  182. (by Louis Mouhat).
  183. ## 2.8
  184. * Add `since 2016-03` and `since 2016-03-20` queries support (by Andrew Blick).
  185. ## 2.7
  186. * Add `since 2016` queries support (by Igor Deryabin).
  187. ## 2.6.1
  188. * Fix `Path must be a string` error.
  189. ## 2.6
  190. * By default load config from current directory in CLI tool.
  191. ## 2.5.1
  192. * Allow `@scope/browserlist-config` config name (by Jamie Connolly).
  193. ## 2.5
  194. * Add `extends` query (by YellowKirby).
  195. ## 2.4.1
  196. * Throw error if `package.json` contain `browserlist` instead of `browserslist`.
  197. ## 2.4
  198. * Add `last n major versions` query (by John Sanders).
  199. ## 2.3.3
  200. * Fix browsers support.
  201. ## 2.3.2
  202. * Fix `> 0` query for browsers with one version (by Nikolay Solovyov).
  203. ## 2.3.1
  204. * Reduce library size.
  205. ## 2.3
  206. * Add `unreleased versions` and `unreleased Chrome versions` queries.
  207. ## 2.2.2
  208. * Fix `Path must be a string` error (by Pieter Beulque).
  209. ## 2.2.1
  210. * Fix security issue with regions dynamic `require`.
  211. ## 2.2
  212. * Add region usage statistics support (by Clément P).
  213. ## 2.1.5
  214. * Remove Firefox 45 from Firefox ESR.
  215. ## 2.1.4
  216. * Use both ESR versions when they actual.
  217. ## 2.1.3
  218. * Add warning on first exclude query.
  219. ## 2.1.2
  220. * Fix non-Node.js environments support.
  221. ## 2.1.1
  222. * Fix CLI arguments parsing.
  223. ## 2.1
  224. * Add `>= 5%`, `>= 5% in US` and `>= 5% in my stats` queries.
  225. ## 2.0 “Atelerix frontalis”
  226. * `last n versions` returns versions for all browsers, not only main browsers.
  227. * Cache file system operations (by Aarni Koskela).
  228. * Use `caniuse-lite` 1 MB instead of `caniuse-db` 7 MB (by Ben Briggs).
  229. * Add `.browserslistrc` config support.
  230. * Add QQ Browser for Android support.
  231. * Add tests for CLI (by Zhulduz Zhankenova).
  232. ## 1.7.7
  233. * Update Firefox ESR.
  234. ## 1.7.6
  235. * Fix Android Chrome selection.
  236. ## 1.7.5
  237. * Fix combining `not` query with country based statistics.
  238. * Fix `--env` argument in CLI (by Tuure Savuoja).
  239. ## 1.7.4
  240. * Speed up browser sorting (by Aarni Koskela).
  241. ## 1.7.3
  242. * Fix config finding when directory was passed to `path` (by Aarni Koskela).
  243. ## 1.7.2
  244. * Fix config finding algorithm (by Aarni Koskela).
  245. ## 1.7.1
  246. * Fix unreleased browsers version detection.
  247. ## 1.7
  248. * Add `--config` and `--env` arguments to CLI (by Jarek Rencz).
  249. ## 1.6
  250. * Convert Electron version to Chrome (by Kilian Valkhof).
  251. * Fix `0` version mistake in Can I Use data.
  252. ## 1.5.2
  253. * Fix browser versions ordering (by Marco Massarotto).
  254. ## 1.5.1
  255. * Fix error on `package.json` and `browserslist` in same directory.
  256. ## 1.5
  257. * Add `package.json` support (by Stepan Kuzmin).
  258. * Add environments support (by Maksim Semenov and openlibser).
  259. * Add `browserslist-stats.json` file support (by Oleh Aloshkin).
  260. * Add `config` option to CLI (by Evilebot Tnawi).
  261. * Add JSDoc.
  262. * Fix tests on Windows (by Anna Stoliar).
  263. * Don’t set custom usage statistics globally.
  264. ## 1.4
  265. * Add `defaults` keyword.
  266. ## 1.3.6
  267. * Add `UCAndroid` alias to `and_uc` (by Evilebot Tnawi).
  268. ## 1.3.5
  269. * Fix Opera Mini support. Use `op_mini all`.
  270. ## 1.3.4
  271. * Add space-less `>1%` and `>.5%` syntax support (by Andreas Lind).
  272. ## 1.3.3
  273. * Clean `0` versions in some country-based requests.
  274. ## 1.3.2
  275. * Update Firefox ESR.
  276. ## 1.3.1
  277. * Add Safari TP support.
  278. ## 1.3
  279. * Add coverage for specific country (by Joshua Wise).
  280. ## 1.2
  281. * Add `browserslist.coverage()` method.
  282. * Add `--coverage` and `-c` argument to CLI.
  283. * Add `-v` argument support to CLI.
  284. * Better error handling in CLI.
  285. ## 1.1.3
  286. * Fix jspm support (by Sean Anderson).
  287. ## 1.1.2
  288. * Fix jspm support (by Sean Anderson).
  289. ## 1.1.1
  290. * Fix space-less `>10%` and `>10% in my stats` queries.
  291. * Normalize error messages.
  292. * Remove development files from npm package.
  293. ## 1.1
  294. * Added query against custom browser usage data (by Daniel Rey).
  295. ## 1.0.1
  296. * Update Firefox ESR (by Rouven Weßling).
  297. ## 1.0 “Atelerix algirus”
  298. * Remove Opera 12.1 from default query.
  299. * Add `not` keyword and exclude browsers by query.
  300. * Add Microsoft Edge support (by Andrey Polischuk).
  301. * Add CLI for debug and non-JS usage (by Luke Horvat).
  302. * Use own class in Browserslist errors.
  303. ## 0.5
  304. * Add version ranges `IE 6-9` (by Ben Briggs).
  305. ## 0.4
  306. * Add `config` option and `BROWSERSLIST_CONFIG` environment variable support.
  307. * Add symlink config support.
  308. ## 0.3.3
  309. * Fix DynJS compatibility (by Nick Howes).
  310. ## 0.3.2
  311. * Fix joined versions on versions query (by Vincent De Oliveira).
  312. ## 0.3.1
  313. * Fix global variable leak (by Peter Müller).
  314. ## 0.3
  315. * Takes queries from `BROWSERSLIST` environment variable.
  316. ## 0.2
  317. * Return Can I Use joined versions as `ios_saf 7.0-7.1`.
  318. ## 0.1.3
  319. * Better work with Can I Use joined versions like `ios_saf 7.0-7.1`.
  320. * Browserslist now understands `ios_saf 7.0` or `ios_saf 7`.
  321. ## 0.1.2
  322. * Do not create global `browserslist` var (by Maxime Thirouin).
  323. ## 0.1.1
  324. * Sort browsers by name and version.
  325. ## 0.1 “Atelerix albiventris”
  326. * Initial release.