Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Latest commit

 

History

History
2233 lines (1314 loc) · 85.2 KB

CHANGELOG.md

File metadata and controls

2233 lines (1314 loc) · 85.2 KB

3.5.0-next.11 (2018-08-28)

Bug Fixes

  • cleanup, added favicon. removed unused blocks (d2b6ba1)
  • CSS better styles on landing (35c55e1)
  • Quantum: Quantum CSS splitting loads sourcemaps on production (3e548cc)
  • don't throw asset reference error on wildcard imports (d594e65)
  • footer styles (a0afc35)
  • HMR event and sourcemaps reload (86d9811), closes #1324
  • log.showBundledFiles ignored when log.enabled value missing (b1d1b17)
  • match against valid npm namespace + package name (3e2bf8e)
  • Quantum: Quantum file resolution of conflicting libraries (9cea9e5)
  • md, css - links, added resources, other small fixes (2aa7768)
  • minor changes to layout (c13c6f7)
  • more content (b99f424)
  • typescript section (aa91528)
  • Update typescript version to fix a problem with build #1339 (17594a4)
  • Upgrade fs-extra to remove fs.promises API warning (#1341) (e37caef)
  • watcher can't resume if queue contains a rejecting promise (84dd0f0), closes #1335
  • docs: colors (96b1d18)
  • quantum: Ignoring Dynamic imports when mixed with sync imports (dd664d5)
  • Quantum: fix Quantum CSS paths without splitConfig (0ec4058)
  • Quantum: Prevent Quantum from creating empty chunks (24f5915), closes #1297 #1184
  • Quantum: Quantum CSS splitting respects hashing (eafee77)
  • Quantum: VUE modules ignored dynamic imports (d4be225), closes #1360

Features

  • add test for scope packages with valid name (d4f26fd)
  • Automatic css splitting and lazy load with dynamic imports (e600da7)
  • Quantum: Loading CSS chunks before split bundles are loaded and executed (#1355) (89800ef)
  • website: A new website based on Docosaurus (c4cbea9)
  • feature list (a3c4d08)
  • Initial docs styles, fonts and logos (77dadd0)
  • moving to sass (5990f30)
  • New Quantum target - browser/server/universal (#1323) (b77400e)
  • TypeScript section (5dc3814)

Performance Improvements

  • swap minimist for getopts (eb48f84)

3.4.0 (2018-07-13)

Bug Fixes

  • add error handling, add backward compatability, update docs. (49ebf45)
  • Global keys order is respected in config, fixes #1304 (#1305) (722c501)
  • move devServer fallback after proxy (163ef97)
  • Quantum CSS now respects tree shaking (52637a5)
  • remove node-sass from deps (bf305e2)

Features

  • adjust pre option in webindex to a string instead of an object and update docs. (8d13bd9)

3.3.0 (2018-06-20)

Bug Fixes

  • ConsolidatePlugin- Template engine takes basedir not baseDir (#1236) (0d3dbc2)
  • Copy readme so it's included in npm (836ff48)
  • cssFiles keys now use the {packageName}/{pattern} format (3459180)
  • tests: Remove message from error object to make test compatible with Node 9. (c36ac01)
  • CSSResource parse error (#1213) (cc4d42c)
  • Error propagation bug. (#1216) (1ad7c71)
  • Fixed a critical bug with CSSPlugin and path overrides (b129f2d)
  • keep original source file extensions when using useTypeScriptCompiler option. (#1278) (5c39c94)
  • Made error message clearer, and included HTML Template file not found error check. (#1207) (66f06bb)
  • Quantum breaks on more than one configured globals (#1223) (f509d19)
  • Remove debug console.log (1d3172c)
  • renaming generated files to allow several vue files in a folder (fcfbfa0)
  • require statements ignored if not 'true' requires. fixes #1142 (#1229) (0b138f2)
  • syntheticDefaultExportPolyfill Check if frozen before attempting to defineProperty. (#1235) (2c971e7)

Features

  • Add css splitting with cssFiles quantum config (d3f5491)
  • added support for arrays in modulesFolder (#1293) (73e2f73)
  • Automatic alias mapping based on baseDir in tsconfig.json (ts) (8f11040)
  • Consolidate Plugin - Pass baseDir & includeDir as options (#1225) (26e7ebe)
  • devServer fallback (#1265) (1f5bbe3)
  • filesMapping option to CSSResourcePlugin (#1281) (8cd39db)
  • HTTPS devServer option (#1255) (0715cc3)
  • Use cssFiles name as key for manifest (fb107ef)
  • WebIndexPlugin accepts engine option (e0cba10)
  • WebIndexPlugin additional attributes support in script tags (#1246) (f790bfb)
  • Working CLI (install skeletons) (87df46a)

3.2.2 (2018-04-17)

Bug Fixes

  • CSSResourcePlugin backslashes fixes on Windows 10 (c34c637)
  • Update vue plugin to accept 'stylus' and 'sass' lang types by default. (ef7e577)

Features

  • SassPlugin header option (e9f8409)

3.2.1 (2018-04-10)

Bug Fixes

3.2.0 (2018-04-06)

Bug Fixes

  • #1101 types missing because of using bind (#1104) (76e6600)
  • Add very small memory save (699979e)
  • Added react and react-dom to devDependencies (#1111) (320522f)
  • Allow postcss to to be overridden by options given to the plugin (8dcbc3d)
  • browser nested routes bug with Quantum (#1168) (dda92bb)
  • Catching typescript transpilation errors (#1103) (8c0122a)
  • data URLs handling in CSSResourcePlugin (#1098) (e44448e)
  • Fix and optimize component HMR (adf5223)
  • Fix bugs when using VueComponentPlugin in development. (b32016d)
  • Fix postCSS error "without 'from' option" (#1118) (0ee1cc7)
  • Fix scoped selector in VuePlugin. (#1117) (8d8ef5a)
  • LoaderAPI typeof fix (#1109) (4f5d253)
  • Optimize EnvPlugin when running on electron (a81448c)
  • Optimize VuePlugin when is running on electron (7a5aa0b)
  • PathResolver and browser overrides should respect a module override (2ecd663)
  • Quantum typeof require should not be replaced with replaceTypeOf (d2df9ba), closes #1133
  • Replace arrow functions with function in imports for development (02f2b77)
  • sourcemaps path and windows slashes (14ea0be), closes #1143
  • Stream polyfill returns an empty function (95868e3), closes #1162
  • tslint: fixed all auto-fixable errors in core/FuseBox.ts (a16ab51)
  • tslint: fixed all auto-fixable errors in Log.ts (78594b9)
  • Support tsconfig.json with comments (#1129) (d3e9a8a)
  • Suppress warnings for electron builds (1cf3638), closes #1160
  • Typing error in source map generators (3331cab)
  • typings plugins can consists of strings (3c13991), closes #1169
  • Update the condition for vue HMR (#1120) (83c44ab)
  • use typescript api to parse tsconfig.json (4236a32)

Features

  • languagelevel: adds template literal as identifier of ES2015 (a99e155)
  • Added ServiceWorker case (1b77d27), closes #1163
  • Add a useOriginalFilenames option to CSSResourcePlugin (78d31a9)
  • Add help messages to Sparky tasks (f68993c)
  • log option now takes an object (enabled, showBundledFiles & clearTerminalOnBundle) (#1136) (600b204)
  • Quantum definedExpressions option (#1105) (4d846d2)
  • sorted bundle sources (c1ba79f)
  • stdin option (#1121) (cf975ad)
  • WebIndexPlugin - Possibility to shape how bundles are emitted (#1144) (f1ac7d5)

3.1.3 (2018-02-07)

Bug Fixes

  • ImageBase64Plugin regression - fails to load images into bundle (a144558), closes #1095

3.1.2 (2018-02-07)

Bug Fixes

  • Quantum - replaces property require with fsx (71ba880)

3.1.1 (2018-02-06)

Bug Fixes

  • Require.main.filename is replaced partially by Quantum (673338b), closes #1088

3.1.0 (2018-02-05)

Bug Fixes

  • Some modules cannot be imported because this !== module.exports (#1030) (#1032) (4400985)
  • allowSyntheticDefaultImports is broken (#1063) (a7ed207)
  • Corrects updates for HMR updates by pointing to the correct map file (#1037) (e299205)
  • CSS grouping must use require on explicit user package (#1019) (625c2d9)
  • CSSDependencyExtractor undefined path check (e4c2096)
  • CSSModules fails to retrieve data from cache (#1008) (fee5386)
  • CSSResourcePlugin breaks source maps (#1058) (ddb70eb)
  • CSSResourcePlugin crashes with "TypeError: Cannot read property 'startsWith' of undefined" (edda590), closes #1084
  • definition of TSC options (#1065) (4529845)
  • Duplicate slashes cause quantum to fail when resolving modules (f45bf5a), closes #1007
  • Electron environment polyfills fs and other server modules (57add76)
  • EnvPlugin doesn't work with target server on development (fixes #1033) (9711567)
  • Fix #1030 (this !== module.exports) for Quantum (#1036) (b1c3f1e)
  • Fix a type in Bundle runner (#1051) (95a1eb0)
  • Fix PostCSSPlugin warning and make it emit sourcemaps (d03a392)
  • Fixes paths on windows (#1059) (9ee5e86)
  • ImageBase64Plugin spits an error when cache is OFF (#1034) (89c7958)
  • Maximum call stack when importing with LESS (#1023) (cf55c4c)
  • Quantum is running only once, ignoring watch option (f4d8f5f)
  • Quantum treeshaking respect double imports of the same file (#1064) (3dfcb1a)
  • RawPlugin respects CSS dependencies for HMR (#1020) (4f4e367)
  • replaced concat-with-sourcemaps to a fixed version (f1cad3f)
  • replaces require variable without arguments (#1047) (7254820)
  • Target electron must include events polyfill (#1038) (83f0058)
  • tsc function fix on windows (#1061) (c7a7982)
  • Typeof null in syntheticDefaultExportPolyfill (610efbb)
  • WebIndex does not update the bundle hashes on watch mode (9cce9f3), closes #1013

Features

3.0.2 (2018-01-05)

Bug Fixes

  • Aliasing goes wrong with package.json in folder (#992) (0bb44d9)
  • add type to FuseBoxOptions.package (#951) (f53bbff)
  • Aliases broke Source Maps (#978) (ea79910)
  • BundleProducer overrides NODE_ENV to production (#950) (39fc7f8)
  • Bust css cached with PostCSSPlugin (#965) (95b9edd)
  • Code spliting file integrity tests (3362861)
  • CSSResourcePlugin should not rewrite absolute urls (#975) (fcf4f17)
  • Ensure .babelrc options and direct BabelPlugin options are merged together (#920) (7aa77f8)
  • Fix aliases in dynamic import statement (9242649), closes #943
  • Fixed Issue with cached tsconfig language level (efa3ffe)
  • Fixes Quantum splitting but when resources have many dependents (b181121), closes #949
  • Fixing QuantumBit module movement mechanism (a528c9b)
  • Fixing Sparky fuse context (49bd656)
  • Incorrect dynamic module resolution (#982) (2160073)
  • Issue with npm module dependencies being pulled into shared reference (#955) (1aa514c)
  • LanguageLevel doesn't detect es2015 "const", "let" and "arrow function" (#917) (145912c)
  • Modules are not moved to split bundles even the belong there (eb9d36c)
  • Printing fuse version is moved to FuseBox.init (#1000) (c61551e)
  • Quantum crashed with undefined conditions on the plugin list (3ef03fa), closes #939
  • Quantum Splitting and node_modules (a093cad)
  • QuantumBit fixing circular dependency issue (3ab0651)
  • related to package.json main directive (#992) (071dc57)
  • ScriptTarget ES-edition to ES-year aliases (#990) (#1001) (cba2bec)
  • Sparky combined tasks and new colours (51cf154)
  • Sparky failed to copy sub directories (7fb285d)
  • sparky: Update watch flow to use user base path (#996) (7a878ee), closes #995
  • Sparky log (48fcf12)
  • Sparky shortcut functions lose context (9b29153)
  • tsc added to Sparky export (31e62c0)

Features

  • Ability to publish typescript sources to npm (91b3a28)
  • add appendBundles-option to WebIndex-plugin (#942) (3668e7a)
  • Add fuse helper to Sparky (8315595)
  • Add support for adding prefetch and preload tags. (#987) (567f0d8)
  • Added a rename function and some documentation (#957) (62a2bae)
  • Added npmPublish, bumpVersion for Sparky (82f553d)
  • Added Sparky.exec (ae02e49)
  • Adding default sparky context value (d5ba1e1)
  • allow CSS mask images to be processed with PostCSSResourcePlugin (#925) (1f1941d)
  • Allow to set root option on postcss-modules (#985) (b92de87)
  • An ability to create context in Sparky (#962) (afca694)
  • Ensure Quantum target matches FuseBox.init target (#953) (a65ee45)
  • EnsureEs5 false in Quantum (44a099c)
  • Generate tsconfig.json if not found with default values (#952) (53a24e7)
  • Introducing Quantum noConflictApi option (e819318), closes #947 #914
  • PostCSS added support for .pcss extension (#972) (9e4df9b)
  • Responsive target should affect tsconfig and Quantum uglify target (#946) (3fb7176)
  • sendPageReload and sendPageHMR from fuse.js (#921) (6635a10)
  • Smart code splitting (3b5ba2e), closes #934 #926 #880 #771 #933 #895
  • Smart Code Splitting respect splitConfig option (55bc66b)
  • Support HMR of files included through CSS Modules @value (#999) (55cfe54)

2.4.0 (2017-10-26)

Bug Fixes

  • Accepts only strings for sourceMaps (#860) (65e110f)
  • Check for frozen object in polyfillNonStandardDefaultUsage (#850) (6137026)
  • css plugin doesnt check type before calling generateCorrectSourceMap (#897) (2969f66)
  • Ensure correct path names for last changed file in bundle for VueComponentPlugin (#878) (c67cffe)
  • Ensures typescript plugin is used when vue lang="ts" (#861) (0716e63)
  • Fixes code splitting issue when Quantum doesn't take path resolver (#867) (942e599)
  • Only inject HMR code at end of bundle if a vue file has been processed (#858) (1b68718)
  • WebWorker now works with VanillaAPI (#869) (e40ec64)

Features

  • Add CLI API functionality (#892) (fcd30fb)
  • Allow path overrides configuration (05a47fb)
  • Allow typescript decorators for vue components (#870) (18f783e)
  • Extended Server require with import statements on remote files (#883) (12dfc01), closes #871
  • object-rest-spread acorn parser extension (#864) (3c7d18e)
  • shimsPath customisation in Quantum (50124ad)
  • StylusPlugin and CSSDependencyExtractor + Cache (#857) (fd024b2)
  • Uglify-es support for quantum (#884) (7add661)
  • WebIndexPlugin now accepts a template as a string literal (#886) (2792c1d)

2.3.3 (2017-10-05)

Bug Fixes

  • Fixes CopyPlugin regression where filenames had js extensions (3745977)

2.3.2 (2017-10-04)

2.3.1 (2017-10-03)

Bug Fixes

  • check pkg main (#797) (3c219de)
  • Entry point path failure when resolving at runtime (#823) (abd760f)
  • FuseBox.import and Quantum - unable to remove the record (b5230fb)
  • Quantum didn't handle replacement of if else conditions (de1eed3)
  • quantum relative package requires (#802) (aa11433)
  • respect log level for cache clear (#830) (2d8131f)

Features

  • add language target to control transpilation level (ec41a95)
  • expose package.json in file info (#782) (440dd3e)
  • support object rest-spread (#837) (e130db2)

2.2.31 (2017-09-05)

2.2.3 (2017-09-04)

2.2.3-beta.21 (2017-09-03)

2.2.3-beta.20 (2017-09-01)

2.2.3-beta.19 (2017-09-01)

2.2.3-beta.18 (2017-08-30)

2.2.3-beta.17 (2017-08-30)

2.2.3-beta.16 (2017-08-30)

2.2.3-beta.15 (2017-08-30)

2.2.3-beta.14 (2017-08-30)

2.2.3-beta.13 (2017-08-30)

Features

  • error-logging: minimize/hide in browser (#759) (fa5f9d2)

2.2.3-beta.12 (2017-08-28)

2.2.3-beta.11 (2017-08-28)

2.2.3-beta.10 (2017-08-24)

2.2.3-beta.9 (2017-08-24)

2.2.3-beta.8 (2017-08-24)

2.2.3-beta.7 (2017-08-23)

2.2.3-beta.6 (2017-08-18)

2.2.3-beta.5 (2017-08-18)

2.2.3-beta.4 (2017-08-18)

2.2.3-beta.3 (2017-08-17)

2.2.3-beta.2 (2017-08-17)

2.2.3-beta.1 (2017-08-17)

2.2.2 (2017-08-16)

2.2.2-beta.17 (2017-08-16)

2.2.2-beta.16 (2017-08-16)

2.2.2-beta.15 (2017-08-16)

2.2.2-beta.14 (2017-08-14)

2.2.2-beta.13 (2017-08-14)

2.2.2-beta.12 (2017-08-11)

Features

  • centralized error logging for bundles (01f8f21)
  • error logging in browser (ea3e5fb)

2.2.2-beta.11 (2017-08-09)

2.2.2-beta.10 (2017-08-09)

2.2.2-beta.9 (2017-08-08)

2.2.2-beta.8 (2017-08-08)

2.2.2-beta.7 (2017-08-01)

2.2.2-beta.6 (2017-07-29)

2.2.2-beta.5 (2017-07-29)

2.2.2-beta.4 (2017-07-25)

2.2.2-beta.3 (2017-07-25)

2.2.2-beta.2 (2017-07-24)

2.2.2-beta.1 (2017-07-24)

2.2.1 (2017-07-21)

2.2.1-beta.18 (2017-07-21)

2.2.1-beta.17 (2017-07-21)

2.2.1-beta.16 (2017-07-21)

2.2.1-beta.15 (2017-07-20)

Bug Fixes

2.2.1-beta.14 (2017-07-18)

2.2.1-beta.13 (2017-07-18)

2.2.1-beta.12 (2017-07-18)

2.2.1-beta.11 (2017-07-18)

2.2.1-beta.10 (2017-07-18)

2.2.1-beta.9 (2017-07-18)

2.2.1-beta.8 (2017-07-17)

2.2.1-beta.7 (2017-07-17)

2.2.1-beta.6 (2017-07-17)

Bug Fixes

  • fusebox bundle in repl and _third_party_main (#671) (827b64e)

2.2.1-beta.5 (2017-07-12)

2.2.1-beta.4 (2017-07-11)

2.2.1-beta.3 (2017-07-10)

2.2.1-beta.2 (2017-07-08)

2.2.1-beta.1 (2017-07-08)

2.2.0 (2017-07-03)

2.2.0-beta.28 (2017-07-03)

2.2.0-beta.27 (2017-07-01)

2.2.0-beta.26 (2017-07-01)

2.2.0-beta.25 (2017-06-28)

2.2.0-beta.24 (2017-06-28)

2.2.0-beta.23 (2017-06-27)

2.2.0-beta.22 (2017-06-27)

2.2.0-beta.21 (2017-06-26)

2.2.0-beta.20 (2017-06-26)

2.2.0-beta.19 (2017-06-26)

2.2.0-beta.18 (2017-06-26)

Features

  • allow traversal plugins to be passed through makeAnalysis (#634) (68757f0)

2.2.0-beta.17 (2017-06-22)

2.2.0-beta.16 (2017-06-20)

2.2.0-beta.15 (2017-06-20)

2.2.0-beta.14 (2017-06-20)

2.2.0-beta.13 (2017-06-20)

2.2.0-beta.12 (2017-06-19)

2.2.0-beta.11 (2017-06-19)

2.2.0-beta.10 (2017-06-18)

2.2.0-beta.9 (2017-06-18)

2.2.0-beta.8 (2017-06-18)

2.2.0-beta.7 (2017-06-17)

2.2.0-beta.6 (2017-06-17)

2.2.0-beta.5 (2017-06-16)

2.2.0-beta.4 (2017-06-16)

2.2.0-beta.3 (2017-06-16)

2.2.0-beta.2 (2017-06-16)

2.2.0-beta.1 (2017-06-16)

2.1.0 (2017-06-11)

2.1.0-beta.18 (2017-06-11)

2.1.0-beta.17 (2017-06-08)

2.0.2 (2017-06-06)

2.1.0-beta.16 (2017-06-06)

2.1.0-beta.15 (2017-06-06)

2.1.0-beta.14 (2017-06-06)

2.1.0-beta.13 (2017-06-04)

2.1.0-beta.12 (2017-06-04)

2.1.0-beta.11 (2017-06-04)

2.0.2-beta.1 (2017-06-02)

2.0.12 (2017-05-31)

2.0.11 (2017-05-30)

2.0.1 (2017-05-30)

2.1.0-beta.10 (2017-05-23)

2.1.0-beta.9 (2017-05-22)

2.1.0-beta.8 (2017-05-22)

2.1.0-beta.7 (2017-05-21)

2.1.0-beta.6 (2017-05-21)

2.1.0-beta.5 (2017-05-21)

2.1.0-beta.4 (2017-05-18)

2.1.0-beta.3 (2017-05-17)

2.1.0-beta.2 (2017-05-16)

2.1.0-beta.1 (2017-05-14)

Bug Fixes

  • relative includes requires filename option (pug) (3c4ae38)

2.0.0 (2017-05-10)

2.0.0-beta.23 (2017-05-10)

2.0.0-beta.22 (2017-05-09)

2.0.0-beta.21 (2017-05-09)

2.0.0-beta.20 (2017-05-08)

2.0.0-beta.19 (2017-05-08)

2.0.0-beta.18 (2017-05-08)

2.0.0-beta.17 (2017-05-08)

2.0.0-beta.16 (2017-05-08)

2.0.0-beta.15 (2017-05-07)

2.0.0-beta.14 (2017-05-06)

2.0.0-beta.13 (2017-05-04)

2.0.0-beta.12 (2017-05-03)

2.0.0-beta.11 (2017-05-03)

2.0.0-beta.10 (2017-05-02)

2.0.0-beta.9 (2017-05-01)

2.0.0-beta.8 (2017-04-30)

2.0.0-beta.7 (2017-04-28)

2.0.0-beta.6 (2017-04-27)

2.0.0-beta.5 (2017-04-26)

2.0.0-beta.4 (2017-04-25)

2.0.0-beta.3 (2017-04-25)

2.0.0-beta.2 (2017-04-25)

2.0.0-beta.1 (2017-04-20)

1.4.1-beta.25 (2017-04-19)

1.4.1-beta.24 (2017-04-19)

1.4.1-beta.23 (2017-04-13)

1.3.131 (2017-04-05)

1.3.130 (2017-04-02)

1.4.1-beta.21 (2017-03-31)

1.4.1-beta.20 (2017-03-31)

1.4.1-beta.18 (2017-03-29)

1.4.1-beta.17 (2017-03-29)

1.4.1-beta.16 (2017-03-29)

1.4.1-beta.15 (2017-03-29)

1.4.1-beta.14 (2017-03-28)

1.4.1-beta.13 (2017-03-28)

1.4.1-beta.12 (2017-03-28)

1.4.1-beta.11 (2017-03-28)

1.4.1-beta.10 (2017-03-28)

1.4.1-beta.9 (2017-03-28)

1.4.1-beta.8 (2017-03-28)

1.3.129 (2017-03-28)

1.4.1-beta.7 (2017-03-28)

1.4.1-beta.6 (2017-03-28)

1.4.1-beta.5 (2017-03-27)

1.4.1-beta.4 (2017-03-27)

1.4.1-beta.3 (2017-03-27)

1.4.1-beta.2 (2017-03-27)

1.4.1-beta.1 (2017-03-26)

1.3.128 (2017-03-14)

1.3.127 (2017-03-12)

1.3.126 (2017-03-09)

1.3.125 (2017-03-09)

1.3.124 (2017-03-08)

Features

  • modules: stream emitter setimmediate timers (b3ffa0e)

1.3.123 (2017-03-05)

1.3.122 (2017-02-25)

1.3.121 (2017-02-23)

1.3.120 (2017-02-21)

1.3.119 (2017-02-21)

1.3.118 (2017-02-18)

1.3.117 (2017-02-17)

1.3.116 (2017-02-16)

1.3.115 (2017-02-15)

1.3.114 (2017-02-14)

1.3.113 (2017-02-14)

1.3.112 (2017-02-12)

1.3.111 (2017-02-12)

1.3.110 (2017-02-12)

1.3.109 (2017-02-10)

1.3.108 (2017-02-10)

1.3.107 (2017-02-09)

1.3.106 (2017-02-09)

1.3.105 (2017-02-09)

1.3.104 (2017-02-09)

1.3.103 (2017-02-09)

1.3.102 (2017-02-06)

1.3.101 (2017-02-05)

1.3.100 (2017-02-02)

1.3.99 (2017-02-02)

1.3.98 (2017-02-02)

1.3.97 (2017-02-02)

1.3.96 (2017-02-02)

1.3.95 (2017-02-02)

1.3.94 (2017-02-02)

1.3.93 (2017-02-02)

1.3.92 (2017-02-01)

1.3.91 (2017-02-01)

1.3.90 (2017-02-01)

1.3.89 (2017-01-31)

1.3.88 (2017-01-31)

1.3.87 (2017-01-31)

1.3.86 (2017-01-31)

1.3.85 (2017-01-31)

1.3.84 (2017-01-31)

1.3.83 (2017-01-30)

1.3.82 (2017-01-30)

1.3.81 (2017-01-30)

1.3.80 (2017-01-30)

1.3.79 (2017-01-30)

1.3.78 (2017-01-29)

1.3.77 (2017-01-29)

1.3.76 (2017-01-29)

1.3.75 (2017-01-27)

1.3.74 (2017-01-27)

1.3.73 (2017-01-27)

1.3.72 (2017-01-25)

1.3.71 (2017-01-25)

1.3.70 (2017-01-25)

1.3.69 (2017-01-25)

1.3.68 (2017-01-24)

1.3.67 (2017-01-22)

1.3.66 (2017-01-20)

1.3.65 (2017-01-20)

1.3.64 (2017-01-20)

1.3.63 (2017-01-20)

1.3.62 (2017-01-20)

1.3.61 (2017-01-20)

1.3.60 (2017-01-20)

1.3.59 (2017-01-20)

1.3.58 (2017-01-20)

1.3.57 (2017-01-20)

1.3.56 (2017-01-19)

1.3.55 (2017-01-19)

1.3.54 (2017-01-19)

1.3.53 (2017-01-19)

1.3.52 (2017-01-15)

1.3.51 (2017-01-07)

1.3.50 (2017-01-07)

1.3.49 (2017-01-06)

1.3.48 (2017-01-06)

1.3.47 (2017-01-06)

1.3.46 (2017-01-06)

1.3.45 (2017-01-05)

1.3.44 (2017-01-05)

1.3.43 (2017-01-05)

1.3.42 (2017-01-05)

1.3.41 (2017-01-04)

1.3.40 (2017-01-04)

1.3.39 (2017-01-03)

1.3.38 (2017-01-03)

1.3.37 (2017-01-02)

1.3.36 (2017-01-01)

1.3.35 (2016-12-30)

1.3.34 (2016-12-30)

1.3.33 (2016-12-29)

1.3.32 (2016-12-29)

1.3.31 (2016-12-27)

1.3.30 (2016-12-27)

1.3.29 (2016-12-27)

1.3.28 (2016-12-26)

1.3.27 (2016-12-26)

1.3.26 (2016-12-26)

1.3.25 (2016-12-25)

1.3.24 (2016-12-23)

1.3.23 (2016-12-22)

1.3.22 (2016-12-22)

1.3.21 (2016-12-22)

1.3.20 (2016-12-22)

1.3.19 (2016-12-22)

1.3.18 (2016-12-22)

1.3.17 (2016-12-20)

1.3.16 (2016-12-20)

1.3.15 (2016-12-20)

1.3.14 (2016-12-20)

1.3.13 (2016-12-19)

1.3.12 (2016-12-17)

1.3.11 (2016-12-17)

1.2.100 (2016-12-17)

1.2.99 (2016-12-14)

1.2.98 (2016-12-14)

1.2.97 (2016-12-14)

1.2.96 (2016-12-14)

1.2.95 (2016-12-13)

1.2.94 (2016-12-13)

1.2.93 (2016-12-13)

1.2.89 (2016-12-12)

1.2.88 (2016-12-12)

1.2.87 (2016-12-12)

1.2.86 (2016-12-12)

1.2.85 (2016-12-12)

1.2.84 (2016-12-12)

1.2.83 (2016-12-12)

1.2.82 (2016-12-12)

1.2.81 (2016-12-09)

1.2.80 (2016-12-08)

1.2.79 (2016-12-08)

1.2.78 (2016-12-08)

1.2.77 (2016-12-08)

1.2.76 (2016-12-08)

1.2.75 (2016-12-08)

1.2.74 (2016-12-08)

1.2.73 (2016-12-08)

1.2.72 (2016-12-08)

1.2.71 (2016-12-07)

1.2.70 (2016-12-06)

1.2.69 (2016-12-06)

1.2.68 (2016-12-06)

1.2.67 (2016-12-06)

1.2.66 (2016-12-06)

1.2.65 (2016-12-01)

1.2.64 (2016-12-01)

1.2.63 (2016-11-25)

1.2.62 (2016-11-25)

1.2.61 (2016-11-25)

1.2.60 (2016-11-25)

1.2.59 (2016-11-25)

1.2.58 (2016-11-25)

1.2.57 (2016-11-25)

1.2.56 (2016-11-25)

1.2.55 (2016-11-25)

1.2.54 (2016-11-25)

1.2.53 (2016-11-25)

1.2.52 (2016-11-25)

1.2.51 (2016-11-24)

1.2.50 (2016-11-24)

1.2.49 (2016-11-23)

1.2.48 (2016-11-22)

1.2.47 (2016-11-22)

1.2.46 (2016-11-22)

1.2.45 (2016-11-22)

1.2.44 (2016-11-22)

1.2.43 (2016-11-22)

1.2.42 (2016-11-22)

1.2.41 (2016-11-22)

1.2.40 (2016-11-22)

1.2.39 (2016-11-21)

1.2.38 (2016-11-21)

1.2.37 (2016-11-21)

1.2.36 (2016-11-21)

1.2.35 (2016-11-21)

1.2.34 (2016-11-18)

1.2.33 (2016-11-18)

1.2.32 (2016-11-18)

1.2.31 (2016-11-17)

1.2.30 (2016-11-17)

1.2.29 (2016-11-17)

1.2.28 (2016-11-17)

1.2.27 (2016-11-17)

1.2.26 (2016-11-16)

1.2.25 (2016-11-16)

1.2.24 (2016-11-16)

1.2.23 (2016-11-16)

1.2.22 (2016-11-16)

1.2.21 (2016-11-16)

1.2.20 (2016-11-16)

1.2.19 (2016-11-16)

1.2.18 (2016-11-15)

1.2.17 (2016-11-15)

1.2.16 (2016-11-15)

1.2.15 (2016-11-15)

1.2.14 (2016-11-15)

1.2.13 (2016-11-14)

1.2.12 (2016-11-14)

1.2.11 (2016-11-14)

1.1.100 (2016-11-14)

1.1.99 (2016-11-14)

1.1.98 (2016-11-14)

1.1.97 (2016-11-13)

1.1.96 (2016-11-13)

1.1.95 (2016-11-13)

1.1.93 (2016-11-13)

1.1.92 (2016-11-13)

1.1.91 (2016-11-13)

1.1.90 (2016-11-13)

1.1.89 (2016-11-13)

1.1.88 (2016-11-13)

1.1.87 (2016-11-13)

1.1.86 (2016-11-13)

1.1.85 (2016-11-13)

1.1.84 (2016-11-13)

1.1.83 (2016-11-13)

1.1.82 (2016-11-13)

1.1.81 (2016-11-13)

1.1.80 (2016-11-11)

1.1.79 (2016-11-11)

1.1.78 (2016-11-08)

1.1.77 (2016-11-04)

1.1.76 (2016-11-01)

1.1.75 (2016-11-01)

1.1.74 (2016-10-31)

1.1.73 (2016-10-31)

1.1.72 (2016-10-31)

1.1.71 (2016-10-31)

1.1.70 (2016-10-31)

1.1.69 (2016-10-31)

1.1.68 (2016-10-31)

1.1.67 (2016-10-31)

1.1.66 (2016-10-30)

1.1.65 (2016-10-30)

1.1.64 (2016-10-29)

1.1.63 (2016-10-29)

1.1.62 (2016-10-29)

1.1.61 (2016-10-29)

1.1.60 (2016-10-29)

1.1.59 (2016-10-29)

1.1.58 (2016-10-29)

1.1.57 (2016-10-29)

1.1.56 (2016-10-29)

1.1.55 (2016-10-28)

1.1.54 (2016-10-28)