UNPKG

alp-node

Version:
918 lines (352 loc) 25.8 kB
# Changelog All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [8.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@7.0.0...alp-node@8.0.0) (2025-08-02) ### ⚠ BREAKING CHANGES * update dependencies and drop node 20 * update dev dependencies, replace parse-json-object-as-map with native JSON.parse, update koa * remove deprecated packageDirname * namedRouteParam and otherRouteParam * update koa * update router-segments ### Features * remove deprecated packageDirname ([82f6f16](https://github.com/christophehurpeau/alp/commit/82f6f163d40bdfe40df181a1d009072cd1eb3c82)) * update dependencies and drop node 20 ([fc5b322](https://github.com/christophehurpeau/alp/commit/fc5b322e076e9a3c7c4a235d16734b89fd85e211)) * update dev dependencies, replace parse-json-object-as-map with native JSON.parse, update koa ([5ae7723](https://github.com/christophehurpeau/alp/commit/5ae77238cafc573fe72c5eb63b103802b8b2e537)) * update koa ([e678114](https://github.com/christophehurpeau/alp/commit/e67811429d951287de715c3dffdbee7b798f3358)) * update router-segments ([07ff52b](https://github.com/christophehurpeau/alp/commit/07ff52b3f851204256509056d0a4b25e1f630e5b)) ### Bug Fixes * namedRouteParam and otherRouteParam ([73e9e2a](https://github.com/christophehurpeau/alp/commit/73e9e2aaf00fe956628efd1380f8e44329562c41)) * properly call callback ([89cedd4](https://github.com/christophehurpeau/alp/commit/89cedd44a2edb99e9fcc050172f9ac75e1747e20)) ## [7.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@6.2.0...alp-node@7.0.0) (2024-01-06) ### ⚠ BREAKING CHANGES * merge to alp-node to improve maintenability, remove alp-types ### Features * merge to alp-node to improve maintenability, remove alp-types ([ead9a2f](https://github.com/christophehurpeau/alp/commit/ead9a2fd1bcbedce0be29ea0e444c5cead99c64d)) ## [6.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@6.1.1...alp-node@6.2.0) (2024-01-06) Note: no notable changes ## [6.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@6.1.0...alp-node@6.1.1) (2024-01-06) Note: no notable changes Version bump for dependency: alp-listen Version bump for dependency: alp-node-config Version bump for dependency: alp-node-errors Version bump for dependency: alp-node-language Version bump for dependency: alp-params Version bump for dependency: alp-translate ## [6.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@6.0.0...alp-node@6.1.0) (2023-12-25) ### Features * update dependencies ([ddc8f92](https://github.com/christophehurpeau/alp/commit/ddc8f92cccacf6ed2baabf8555f0b37fe281ce9d)) Version bump for dependency: alp-listen Version bump for dependency: alp-node-config Version bump for dependency: alp-node-errors Version bump for dependency: alp-node-language Version bump for dependency: alp-params Version bump for dependency: alp-translate Version bump for dependency: alp-types ## [6.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@5.2.0...alp-node@6.0.0) (2023-07-29) ### ⚠ BREAKING CHANGES * drop node 16 ### Code Refactoring * update to node 18 ([26280d6](https://github.com/christophehurpeau/alp/commit/26280d638aba1bd46fa42ad5a571b9626f1fff6d)) ## [5.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@5.1.2...alp-node@5.2.0) (2023-03-19) ### Features * **alp-hello-node-example:** create package ([b67cf74](https://github.com/christophehurpeau/alp/commit/b67cf741c97ad12d5982555774197cd14e83b15c)) * update dev dependencies ([9d7e24f](https://github.com/christophehurpeau/alp/commit/9d7e24f8e504d47feae64ca618dc2b3a69babc38)) ## [5.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@5.1.1...alp-node@5.1.2) (2023-01-31) **Note:** Version bump only for package alp-node ## [5.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@5.1.0...alp-node@5.1.1) (2023-01-31) ### Bug Fixes * remove unecessary react peer dep in alp-node ([41640c2](https://github.com/christophehurpeau/alp/commit/41640c280651dda42161ba20c100466cd0187622)) # [5.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@5.0.0...alp-node@5.1.0) (2023-01-29) ### Features * update configs ([e9cbde7](https://github.com/christophehurpeau/alp/commit/e9cbde74ddbbb730bc2b65bb6d0b87f2bba8006e)) * update nightingale and router-segments ([eb95316](https://github.com/christophehurpeau/alp/commit/eb953169651a5b335d2348f823dc65dc1261cfc0)) # [5.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@4.2.2...alp-node@5.0.0) (2022-11-27) ### Features * drop node 14 ([5d5f90b](https://github.com/christophehurpeau/alp/commit/5d5f90b09d8532278aba75a97f10ea90bbb27919)) ### BREAKING CHANGES * drop node 14 ## [4.2.2](https://github.com/christophehurpeau/alp/compare/alp-node@4.2.1...alp-node@4.2.2) (2022-10-29) **Note:** Version bump only for package alp-node ## [4.2.1](https://github.com/christophehurpeau/alp/compare/alp-node@4.2.0...alp-node@4.2.1) (2022-10-19) **Note:** Version bump only for package alp-node # [4.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.4...alp-node@4.2.0) (2022-10-16) ### Features * update to react 18 ([6ac42b8](https://github.com/christophehurpeau/alp/commit/6ac42b84b80bf76853773f3b93819666684327d1)) ## [4.1.4](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.3...alp-node@4.1.4) (2022-10-13) **Note:** Version bump only for package alp-node ## [4.1.3](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.2...alp-node@4.1.3) (2022-03-05) **Note:** Version bump only for package alp-node ## [4.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.1...alp-node@4.1.2) (2022-02-20) **Note:** Version bump only for package alp-node ## [4.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.0...alp-node@4.1.1) (2022-02-13) ### Bug Fixes * dont override react/react-in-jsx-scope ([5d21c9e](https://github.com/christophehurpeau/alp/commit/5d21c9ece092cd3397d1794211dae17cea6649f8)) # [4.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@4.0.3...alp-node@4.1.0) (2022-02-06) ### Bug Fixes * alp-node/fetch typings ([4bcc2a6](https://github.com/christophehurpeau/alp/commit/4bcc2a69d7ecb416f63c707a33237bc868e85696)) * request.searchParams ([d4552c6](https://github.com/christophehurpeau/alp/commit/d4552c6ce41dc3bf7aeeaa24f5e4ddc16164ae7f)) ### Features * **alp-node:** update for newest version of alp-params ([6391d96](https://github.com/christophehurpeau/alp/commit/6391d96b61666e1eb64c9a49779327a08cdaaf66)) * update node-fetch ([ffeb05d](https://github.com/christophehurpeau/alp/commit/ffeb05d17f299af13f6ec498503feca1e08ae214)) ## [4.0.3](https://github.com/christophehurpeau/alp/compare/alp-node@4.0.2...alp-node@4.0.3) (2022-01-15) **Note:** Version bump only for package alp-node ## [4.0.2](https://github.com/christophehurpeau/alp/compare/alp-node@4.0.1...alp-node@4.0.2) (2022-01-02) ### Bug Fixes * extra entries ([fbfb15f](https://github.com/christophehurpeau/alp/commit/fbfb15fd4cfc474ccb803105fb8ece71414a6f5d)) ## [4.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@4.0.0...alp-node@4.0.1) (2022-01-02) **Note:** Version bump only for package alp-node # [4.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@3.2.2...alp-node@4.0.0) (2022-01-02) ### Bug Fixes * remove findup-sync ([0f7ac09](https://github.com/christophehurpeau/alp/commit/0f7ac09d577de99eff3a559f54c0d9891c0aa265)) * update nightingale and fix tests ([3691716](https://github.com/christophehurpeau/alp/commit/36917162d0ee3dccc07384caf018b7760d98b744)) ### Features * use ESM and drop node 12 ([f45054e](https://github.com/christophehurpeau/alp/commit/f45054e931eea88451d183722797eba057511236)) ### BREAKING CHANGES * requires node 14 and ESM ## [3.2.2](https://github.com/christophehurpeau/alp/compare/alp-node@3.2.1...alp-node@3.2.2) (2021-04-10) **Note:** Version bump only for package alp-node ## [3.2.1](https://github.com/christophehurpeau/alp/compare/alp-node@3.2.0...alp-node@3.2.1) (2021-03-28) **Note:** Version bump only for package alp-node # [3.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@3.1.2...alp-node@3.2.0) (2021-03-28) ### Features * update koa ([8be5ecf](https://github.com/christophehurpeau/alp/commit/8be5ecf11e53a2deced805683195cc5c67ba9ea2)) * **deps:** update dependency koa-compress to v5 ([#202](https://github.com/christophehurpeau/alp/issues/202)) ([9c21363](https://github.com/christophehurpeau/alp/commit/9c213632690f49d1aadf942fbb0c33a7015cb901)) ## [3.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@3.1.1...alp-node@3.1.2) (2021-03-28) **Note:** Version bump only for package alp-node ## [3.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@3.1.0...alp-node@3.1.1) (2021-03-21) ### Bug Fixes * **alp-node:** add @types/koa as dependency ([6ff2584](https://github.com/christophehurpeau/alp/commit/6ff2584f2b44f73611170419714a5bbac6fcc861)) # [3.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@3.0.3...alp-node@3.1.0) (2021-03-21) ### Features * update dependencies and browserlist config ([ec17710](https://github.com/christophehurpeau/alp/commit/ec177106dbfb094fface3d2791800916929305fc)) ## [3.0.3](https://github.com/christophehurpeau/alp/compare/alp-node@3.0.2...alp-node@3.0.3) (2021-01-23) ### Bug Fixes * **alp-node:** sideEffect fetch ([bea81be](https://github.com/christophehurpeau/alp/commit/bea81bedafbeefd67d25f2b474853a285e0af5ed)) ## [3.0.2](https://github.com/christophehurpeau/alp/compare/alp-node@3.0.1...alp-node@3.0.2) (2021-01-18) ### Bug Fixes * deps and export import browser ([c8e51a6](https://github.com/christophehurpeau/alp/commit/c8e51a61befee852cbdbfb7697c7fd273a8d49ef)) * multiple stuff ([e914474](https://github.com/christophehurpeau/alp/commit/e9144747913b8edae7dc1ba94767d03e085cbdcd)) ## [3.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@3.0.0...alp-node@3.0.1) (2021-01-17) ### Bug Fixes * **alp-node:** export fetch ([9fba668](https://github.com/christophehurpeau/alp/commit/9fba668adc86acac83c8af3b4eb44bbc5cb6fa36)) # [3.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@2.2.0...alp-node@3.0.0) (2021-01-17) ### Code Refactoring * update dev deps and typescript and eslint ([8cdc20e](https://github.com/christophehurpeau/alp/commit/8cdc20e030769d98d637b9580931cc5cc608278d)) ### Features * update nightingale ([359ef19](https://github.com/christophehurpeau/alp/commit/359ef1971d717af996b447768d5f8efc31b4c4d3)) ### BREAKING CHANGES * requires node 12 # [2.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@2.1.3...alp-node@2.2.0) (2021-01-12) ### Bug Fixes * **alp-node:** missing defs ([d697b96](https://github.com/christophehurpeau/alp/commit/d697b96bda76f38d319e24e70ec59342842365ee)) ### Features * **alp-node:** allow require AlpNodeApp directly ([235429d](https://github.com/christophehurpeau/alp/commit/235429d69b9078cfe52c6bd95094b9ec319f2547)) ## [2.1.3](https://github.com/christophehurpeau/alp/compare/alp-node@2.1.2...alp-node@2.1.3) (2020-10-07) **Note:** Version bump only for package alp-node ## [2.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@2.1.1...alp-node@2.1.2) (2020-08-09) **Note:** Version bump only for package alp-node ## [2.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@2.1.0...alp-node@2.1.1) (2020-08-08) **Note:** Version bump only for package alp-node # [2.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@2.0.2...alp-node@2.1.0) (2020-05-30) ### Features * update dependencies ([70b1f7f](https://github.com/christophehurpeau/alp/commit/70b1f7f)) ## [2.0.2](https://github.com/christophehurpeau/alp/compare/alp-node@2.0.1...alp-node@2.0.2) (2020-05-02) **Note:** Version bump only for package alp-node ## [2.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@2.0.0...alp-node@2.0.1) (2019-12-16) ### Bug Fixes * update pobpack ([6e0b501](https://github.com/christophehurpeau/alp/commit/6e0b501)) # [2.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.5.1...alp-node@2.0.0) (2019-12-15) ### Features * update dependencies ([2d1539c](https://github.com/christophehurpeau/alp/commit/2d1539c)) * update dependencies and pob ([edee8ce](https://github.com/christophehurpeau/alp/commit/edee8ce)) ### BREAKING CHANGES * drop node 8 ## [1.5.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.5.0...alp-node@1.5.1) (2019-09-15) ### Bug Fixes * **deps:** update dependency findup-sync to v4 ([#76](https://github.com/christophehurpeau/alp/issues/76)) ([d4ab59d](https://github.com/christophehurpeau/alp/commit/d4ab59d)) # [1.5.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.4.2...alp-node@1.5.0) (2019-09-13) ### Features * add react-alp-antd-form and update dependencies ([6f60e46](https://github.com/christophehurpeau/alp/commit/6f60e46)) ## [1.4.2](https://github.com/christophehurpeau/alp/compare/alp-node@1.4.1...alp-node@1.4.2) (2019-09-13) **Note:** Version bump only for package alp-node ## [1.4.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.4.0...alp-node@1.4.1) (2019-09-09) ### Bug Fixes * pob update ([ffe6857](https://github.com/christophehurpeau/alp/commit/ffe6857)) * typescript issues ([23246f6](https://github.com/christophehurpeau/alp/commit/23246f6)) # [1.4.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.3.1...alp-node@1.4.0) (2019-05-01) ### Features * improve progress bar and server log ([d7ef7dc](https://github.com/christophehurpeau/alp/commit/d7ef7dc)) ## [1.3.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.3.0...alp-node@1.3.1) (2019-05-01) ### Bug Fixes * hot loader ([c880769](https://github.com/christophehurpeau/alp/commit/c880769)) # [1.3.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.2.0...alp-node@1.3.0) (2019-05-01) ### Features * update dependencies ([9663e2d](https://github.com/christophehurpeau/alp/commit/9663e2d)) # [1.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.4...alp-node@1.2.0) (2019-05-01) ### Features * update deps and pobpack ([1e19ea4](https://github.com/christophehurpeau/alp/commit/1e19ea4)) ## [1.1.4](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.3...alp-node@1.1.4) (2019-04-28) **Note:** Version bump only for package alp-node ## [1.1.3](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.2...alp-node@1.1.3) (2019-04-20) **Note:** Version bump only for package alp-node ## [1.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.1...alp-node@1.1.2) (2019-04-07) **Note:** Version bump only for package alp-node ## [1.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.0...alp-node@1.1.1) (2019-04-06) **Note:** Version bump only for package alp-node # [1.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.0.3...alp-node@1.1.0) (2019-04-05) ### Features * update dependencies ([9278dc6](https://github.com/christophehurpeau/alp/commit/9278dc6)) ## [1.0.3](https://github.com/christophehurpeau/alp/compare/alp-node@1.0.2...alp-node@1.0.3) (2019-03-29) **Note:** Version bump only for package alp-node ## [1.0.2](https://github.com/christophehurpeau/alp/compare/alp-node@1.0.1...alp-node@1.0.2) (2019-03-29) **Note:** Version bump only for package alp-node ## [1.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.0.0...alp-node@1.0.1) (2019-03-08) **Note:** Version bump only for package alp-node # 1.0.0 (2019-02-17) ### Bug Fixes * alp-node config path and ready ([21cf800](https://github.com/christophehurpeau/alp/commit/21cf800)) * alp-types refs ([7e9a693](https://github.com/christophehurpeau/alp/commit/7e9a693)) * build missing definitions ([96c7e50](https://github.com/christophehurpeau/alp/commit/96c7e50)) * call deprecated packageDirname ([2cf4a50](https://github.com/christophehurpeau/alp/commit/2cf4a50)) * use JSON.parse and readFileSync to load package config ([a6d4646](https://github.com/christophehurpeau/alp/commit/a6d4646)) ### Features * export type context in alp-node ([80d1ed5](https://github.com/christophehurpeau/alp/commit/80d1ed5)) * look for build config ([b25c672](https://github.com/christophehurpeau/alp/commit/b25c672)) * MongoUsersManager allow to extends user ([c00bc69](https://github.com/christophehurpeau/alp/commit/c00bc69)) * node 8 ([680f060](https://github.com/christophehurpeau/alp/commit/680f060)) * pob-babel@14.1 and webpack node6 ([7738e70](https://github.com/christophehurpeau/alp/commit/7738e70)) * remove initialBrowserContext ([650a628](https://github.com/christophehurpeau/alp/commit/650a628)) * remove redux* in app, now in alp-react-redux ([22ac762](https://github.com/christophehurpeau/alp/commit/22ac762)) * typescript ([3541e73](https://github.com/christophehurpeau/alp/commit/3541e73)) * update dependencies ([5d6252e](https://github.com/christophehurpeau/alp/commit/5d6252e)) * update dependencies ([a0e53dd](https://github.com/christophehurpeau/alp/commit/a0e53dd)) * update dependencies, remove alp-controller ([e122d23](https://github.com/christophehurpeau/alp/commit/e122d23)) * upgrade dependencies ([ffdb6b6](https://github.com/christophehurpeau/alp/commit/ffdb6b6)) ### BREAKING CHANGES * too many breaking changes * initialBrowserContext * upgrade to node 8 <a name="0.38.0"></a> # [0.38.0](https://github.com/alpjs/alp-node/compare/v0.37.1...v0.38.0) (2018-03-25) ### Features * update dependencies ([cf31787](https://github.com/alpjs/alp-node/commit/cf31787)) <a name="0.37.1"></a> ## [0.37.1](https://github.com/alpjs/alp-node/compare/v0.37.0...v0.37.1) (2018-03-23) ### Bug Fixes * use JSON.parse and readFileSync to load package config ([5379b51](https://github.com/alpjs/alp-node/commit/5379b51)) <a name="0.37.0"></a> # [0.37.0](https://github.com/alpjs/alp-node/compare/v0.36.0...v0.37.0) (2018-03-04) <a name="0.36.0"></a> # [0.36.0](https://github.com/alpjs/alp-node/compare/v0.35.0...v0.36.0) (2017-08-27) ### Features * remove redux* in app, now in alp-react-redux ([dd7b041](https://github.com/alpjs/alp-node/commit/dd7b041)) <a name="0.35.0"></a> # [0.35.0](https://github.com/alpjs/alp-node/compare/v0.34.0...v0.35.0) (2017-08-26) ### Features * remove initialBrowserContext ([be7e039](https://github.com/alpjs/alp-node/commit/be7e039)) ### BREAKING CHANGES * initialBrowserContext <a name="0.34.0"></a> # [0.34.0](https://github.com/alpjs/alp-node/compare/v0.33.0...v0.34.0) (2017-08-16) ### Features * update dependencies, remove alp-controller ([6648362](https://github.com/alpjs/alp-node/commit/6648362)) <a name="0.33.0"></a> # [0.33.0](https://github.com/alpjs/alp-node/compare/v0.32.1...v0.33.0) (2017-07-26) ### Features * node 8 ([66d3155](https://github.com/alpjs/alp-node/commit/66d3155)) ### BREAKING CHANGES * upgrade to node 8 <a name="0.32.1"></a> ## [0.32.1](https://github.com/alpjs/alp-node/compare/v0.32.0...v0.32.1) (2017-04-23) ### Bug Fixes * call deprecated packageDirname ([503ab1e](https://github.com/alpjs/alp-node/commit/503ab1e)) <a name="0.32.0"></a> # [0.32.0](https://github.com/alpjs/alp-node/compare/v0.31.0...v0.32.0) (2017-04-03) ### Features * update dependencies ([633b657](https://github.com/alpjs/alp-node/commit/633b657)) <a name="0.31.0"></a> # [0.31.0](https://github.com/alpjs/alp-node/compare/v0.30.0...v0.31.0) (2017-02-27) ### Features * look for build config ([7fc2862](https://github.com/alpjs/alp-node/commit/7fc2862)) <a name="0.30.0"></a> # [0.30.0](https://github.com/alpjs/alp-node/compare/v0.29.0...v0.30.0) (2017-02-27) node 7 <a name="0.29.0"></a> # [0.29.0](https://github.com/alpjs/alp-node/compare/v0.28.0...v0.29.0) (2017-02-06) ### Features * pob-babel@14.1 and webpack node6 ([bf7d8f2](https://github.com/alpjs/alp-node/commit/bf7d8f2)) <a name="0.28.0"></a> # [0.28.0](https://github.com/alpjs/alp-node/compare/v0.27.0...v0.28.0) (2017-02-04) ### Features * upgrade dependencies ([aa88937](https://github.com/alpjs/alp-node/commit/aa88937)) ### v0.27.0 - [`6cc0cd0`](https://github.com/alpjs/alp-node/commit/6cc0cd05f36dc426a64e4e5cb903374f4a33fb77) chore(package): update dependencies (Christophe Hurpeau) ### v0.26.0 - [`d2cd4c5`](https://github.com/alpjs/alp-node/commit/d2cd4c5a1a78315dc082301eef251be12262f4ce) chore(package): remove liwi in devDependencies (Christophe Hurpeau) - [`09dacd0`](https://github.com/alpjs/alp-node/commit/09dacd00ca3fa5a3f9bc5e3fae0303c6a4d1477e) chore(package): update dependencies (Christophe Hurpeau) ### v0.25.0 - [`768bab0`](https://github.com/alpjs/alp-node/commit/768bab0a524f7ff9359382bfbf2feef825dcad64) update dependencies (Christophe Hurpeau) ### v0.24.0 - [`fe07086`](https://github.com/alpjs/alp-node/commit/fe07086e46380c0a7aaf3537a77aa83331e5854e) chore(package): update dependencies (Christophe Hurpeau) ### v0.23.0 BREAKING replace ```js app.migrate(migrationsManager) ``` by ```js import migrate from 'alp-migrations'; migrate({ app, migrationsManager }); ``` - [`fb6b74d`](https://github.com/alpjs/alp-node/commit/fb6b74da1fd8e3881e9fe62929db717a2c6c0217) refactor: logger.debug app and package dirnames (Christophe Hurpeau) - [`6996941`](https://github.com/alpjs/alp-node/commit/6996941cbf56bbcdb3db98d78b71b027e647662e) refactor: remove alp-migrations (Christophe Hurpeau) - [`89b8de4`](https://github.com/alpjs/alp-node/commit/89b8de427ee9118aad81185b1de0ebffbca00fc9) undefined (Christophe Hurpeau) ### v0.22.0 - [`6b570b5`](https://github.com/alpjs/alp-node/commit/6b570b51ec0d99ec99dfdc43e949fb17b6b39545) chore: add komet (Christophe Hurpeau) - [`43e10c1`](https://github.com/alpjs/alp-node/commit/43e10c115387b727fc55cffc5e52a0d81733a9de) refactor: dirname uses process.argv[1] (Christophe Hurpeau) - [`1d2a536`](https://github.com/alpjs/alp-node/commit/1d2a536b8625ae1c2911ca0bd50fec1069edbd1a) refactor: breaking: config and options (Christophe Hurpeau) ### v0.21.0 - [`7e819f2`](https://github.com/alpjs/alp-node/commit/7e819f2052454d382198e01423f9f461d0cacece) options.dirname and findup package.json (Christophe Hurpeau) - [`d2bbf6c`](https://github.com/alpjs/alp-node/commit/d2bbf6c92c0ddea5d5b50f60c37bd98d90eaa42d) normalize options.dirname (Christophe Hurpeau) ### v0.20.0 - [`659afc1`](https://github.com/alpjs/alp-node/commit/659afc16c56fa8f143b1beb9f1fd37eb4435728c) add start method (Christophe Hurpeau) ### v0.19.1 - [`82e4f78`](https://github.com/alpjs/alp-node/commit/82e4f78896664be830211867d90bbfbff0f37985) update dependencies (Christophe Hurpeau) ### v0.19.0 - [`3f406e2`](https://github.com/alpjs/alp-node/commit/3f406e28054156b12b3e6e4bdfd61e4fd12ab4c1) close server (Christophe Hurpeau) ### v0.18.0 - [`1b32856`](https://github.com/alpjs/alp-node/commit/1b328565ffd54237e4fcb1a75838622aca072424) update dependencies (Christophe Hurpeau) ### v0.17.1 - [`8f91262`](https://github.com/alpjs/alp-node/commit/8f912624e8f5d2d032604b2fb98687522886232d) use dirname/migrations (Christophe Hurpeau) - [`e88a376`](https://github.com/alpjs/alp-node/commit/e88a3767a386f939a1ce71d4677bc598de3d0dc2) update dependencies (Christophe Hurpeau) ### v0.17.0 - [`96aa261`](https://github.com/alpjs/alp-node/commit/96aa2618d22fbf74377a884a173122e6d5e738f9) update dependencies (Christophe Hurpeau) ### v0.16.0 - [`607f2b4`](https://github.com/alpjs/alp-node/commit/607f2b4e0e8aaa0a31ab55d65cca71817b80d228) remove alp-limosa (Christophe Hurpeau) ### v0.15.0 - [`ff7ec6b`](https://github.com/alpjs/alp-node/commit/ff7ec6beea6164a62253be51a3e94c53472a311e) alp-params (Christophe Hurpeau) ### v0.14.0 - [`e9bf768`](https://github.com/alpjs/alp-node/commit/e9bf76832f1a8bf8feea71b5534a1903f749f6f4) update dependencies (Christophe Hurpeau) ### v0.13.0 - [`47be0cb`](https://github.com/alpjs/alp-node/commit/47be0cbc6d81534ebb6ed0c7631234a3c31c55d6) breaking: computeInitialContextForBrowser, add registerBrowserContextTransformer (Christophe Hurpeau) ### v0.12.1 - [`3dcd36d`](https://github.com/alpjs/alp-node/commit/3dcd36df10eaf0b89ae0294eb6b8561b6b7982a2) alp-limosa@2.2.3 (Christophe Hurpeau) ### v0.12.0 change `migrate({ migrationsManager })` to `migrate(migrationsManager)` - [`b2b277d`](https://github.com/alpjs/alp-node/commit/b2b277dd210293e22516d4d319fe63512bd4cafd) update dependencies, migrate (Christophe Hurpeau) ### v0.11.0 - [`4659b8a`](https://github.com/alpjs/alp-node/commit/4659b8a65b2fa7cd13c0366dc3c85a5e316fe0ab) update dependencies (Christophe Hurpeau) ### v0.10.0 - [`da12962`](https://github.com/alpjs/alp-node/commit/da12962c97b21ab1a4c761d6e5466664b65fef90) upgrade dependencies (Christophe Hurpeau) ### v0.9.0 - [`3535b40`](https://github.com/alpjs/alp-node/commit/3535b4072684845ae4ea08b18bd4498e81854f7f) update dependencies (Christophe Hurpeau) ### v0.8.2 - [`3c78d30`](https://github.com/alpjs/alp-node/commit/3c78d30a40d81e9e9d3354ddeb136821f62586c0) migrate (Christophe Hurpeau) ### v0.8.1 - [`1438745`](https://github.com/alpjs/alp-node/commit/1438745806faf21429a48ee114873149a6e8bb86) alp-language@1.2 (Christophe Hurpeau) ### v0.8.0 - [`2faac54`](https://github.com/alpjs/alp-node/commit/2faac5445af5d8d4f939f1815541db491c539d3b) alp-translate 2.0 (Christophe Hurpeau) ### v0.7.1 - [`90e9088`](https://github.com/alpjs/alp-node/commit/90e90885db70634c32a1080372148f9df3013348) alp-limosa@2.2.2 (Christophe Hurpeau)