Skip to content

Tags: chr314/aofl

Tags

v3.10.0

Toggle v3.10.0's commit message
[v3.10.0](AgeOfLearning/aofl@v3.9.0...v3.10.0) - 2020-05-15

- @aofl/cli - source - only runs when git status is clean
- @aofl/cli - source - more debug logs and does not run install in the package's folder
- @aofl/cli - conclude - checks for other packages installed from the submodule and exits if finds any
- @aofl/cli - conclude - only runs if git status is clean

v3.9.0

Toggle v3.9.0's commit message
 [v3.9.0](AgeOfLearning/aofl@v3.8.1...v3.9.0) - 2020-05-15

    [Added]
    - @aofl/cli - init will invoke `postinit` script
    - @aofl/wdio - testing bot and crossbrowser support

    [Changed]
    [Deprecated]
    [Removed]
    - @aofl/router - removed forceReload option and can't navigate to current route restriction

    [Fixed]
    - @aofl/cache-manager - fixed cannot read property 't' of null when keys expire.

    [Security]

v3.8.1

Toggle v3.8.1's commit message
[v3.8.1](AgeOfLearning/aofl@v3.8.0...v3.8.1) - 2020-05-12

[Added]

[Changed]

[Deprecated]

[Removed]

[Fixed]
- @aofl/cli-lib/git - archive paths reference

[Security]

v3.8.0

Toggle v3.8.0's commit message
[v3.8.0](AgeOfLearning/aofl@v3.7.0...v3.8.0) - Date

[Added]

[Changed]

[Deprecated]
- @aofl/router - afterEach middleware. Use beforeEach instead.

[Removed]

[Fixed]
- @aofl/cli-lib/git - fixed issue with archive command throwing an error when pulling multiple files.
- @aofl/picture - delay interacting with parent by a micro task. Fixes loading issues when picture elements are used outside of an Aofl JS app.

[Security]

v3.7.0

Toggle v3.7.0's commit message
[v3.7.0](AgeOfLearning/aofl@v3.6.1...3.7.0) - 2020-03-13

[Added]
[Changed]
- @aofl/form-validate - removed strict "string" type requirements from validators.
[Deprecated]
[Removed]
[Fixed]
[Security]

v3.6.1

Toggle v3.6.1's commit message
[v3.6.1](AgeOfLearning/aofl@v3.6.0...v3.6.1) - 2020-03-10

[Added]
[Changed]
[Deprecated]
[Removed]
[Fixed]
- service worker bundles workbox-precaching
[Security]

v3.6.0

Toggle v3.6.0's commit message
[v3.6.0](AgeOfLearning/aofl@v3.5.0...v3.6.0) - 2020-03-08

[Added]
- @aofl/router - navigate will reject/throw error if any of the hooks throw.

[Changed]
- @aofl/middleware - next() takes additional parameter `error` and iterateMiddleware will reject if error is not null

[Deprecated]

[Removed]

[Fixed]

[Security]

v3.5.0

Toggle v3.5.0's commit message
[v3.5.0](AgeOfLearning/aofl@v3.4.0...v3.5.0) - 2020-02-25

[Added]
- @aofl/wdio - Web Components support with Local and SauceLabs presets
- @aofl/cli - source-map-loader
- npmignore unnecessary files from the packages

[Changed]
- @aofl/unit-testing-plugin - refactored to use WebdriverIO
- unit testing config to work with new version
- @aofl/cli - devtool source-map as default for development builds
- @aofl/cli - updated workbox and pwa-manifest

[Deprecated]
[Removed]
- lodash
- mkdirp
- webcomponents-tester

[Fixed]
- Exclude babel built-ins from generated bundles
- Source map files of generated bundles
- @aofl/cli - eslint loader cache set to false
- @aofl/templating-plugin - routes loader cache set to false. Build will pick up updated routes configs.
- @aofl/cli - init - repo and branch name support

[Security]
- Replaced WebComponentsTester with WebdriverIO
- Updated npm packages
- Changed .gitignore