|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.2.2 |
| 4 | + |
| 5 | +[compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.5...v0.2.2) |
| 6 | + |
| 7 | +### 🚀 Enhancements |
| 8 | + |
| 9 | +- **ci:** Add yarn lint as a step in the CI ([5d988dc](https://github.com/stackbuilders/nuxt-utm/commit/5d988dc)) |
| 10 | +- **ci:** Return error if lint warns ([41aa042](https://github.com/stackbuilders/nuxt-utm/commit/41aa042)) |
| 11 | +- Store The URL of the page the user landed on ([8fef662](https://github.com/stackbuilders/nuxt-utm/commit/8fef662)) |
| 12 | +- **devenv:** Setup devenv project development environment. ([#25](https://github.com/stackbuilders/nuxt-utm/pull/25)) |
| 13 | +- Add playwright as a dev dependency ([#33](https://github.com/stackbuilders/nuxt-utm/pull/33)) |
| 14 | + |
| 15 | +### 🩹 Fixes |
| 16 | + |
| 17 | +- Data Object empty ([dba7998](https://github.com/stackbuilders/nuxt-utm/commit/dba7998)) |
| 18 | +- Changelog ([da24253](https://github.com/stackbuilders/nuxt-utm/commit/da24253)) |
| 19 | +- Usage snippet in the readme ([c0852b0](https://github.com/stackbuilders/nuxt-utm/commit/c0852b0)) |
| 20 | +- Remove not used vars (yarn lint works) ([7554ef0](https://github.com/stackbuilders/nuxt-utm/commit/7554ef0)) |
| 21 | +- **doc:** Use yarn in Development section ([b2e24bc](https://github.com/stackbuilders/nuxt-utm/commit/b2e24bc)) |
| 22 | + |
| 23 | +### 💅 Refactors |
| 24 | + |
| 25 | +- Break the code into small functions and create a module for the types ([3717aad](https://github.com/stackbuilders/nuxt-utm/commit/3717aad)) |
| 26 | +- Rename integration tests and remove unused code ([9c65178](https://github.com/stackbuilders/nuxt-utm/commit/9c65178)) |
| 27 | +- Move functions to utm.ts file ([53cabdd](https://github.com/stackbuilders/nuxt-utm/commit/53cabdd)) |
| 28 | +- Rename function generateAdditionalInfo ([40d11e3](https://github.com/stackbuilders/nuxt-utm/commit/40d11e3)) |
| 29 | +- UtmData to utm ([8ddabe6](https://github.com/stackbuilders/nuxt-utm/commit/8ddabe6)) |
| 30 | + |
| 31 | +### 🏡 Chore |
| 32 | + |
| 33 | +- Add unit tests ([e95c66d](https://github.com/stackbuilders/nuxt-utm/commit/e95c66d)) |
| 34 | +- Update description ([7ba8ba9](https://github.com/stackbuilders/nuxt-utm/commit/7ba8ba9)) |
| 35 | +- Remove playground from pipeline ([b4279ea](https://github.com/stackbuilders/nuxt-utm/commit/b4279ea)) |
| 36 | +- Update github repository description ([8feca93](https://github.com/stackbuilders/nuxt-utm/commit/8feca93)) |
| 37 | +- Update npm module name on package.json file ([ad25ba2](https://github.com/stackbuilders/nuxt-utm/commit/ad25ba2)) |
| 38 | +- Update module version ([b0bf42b](https://github.com/stackbuilders/nuxt-utm/commit/b0bf42b)) |
| 39 | +- Add module description ([f73d57e](https://github.com/stackbuilders/nuxt-utm/commit/f73d57e)) |
| 40 | +- **release:** V0.1.1 ([e53a0b9](https://github.com/stackbuilders/nuxt-utm/commit/e53a0b9)) |
| 41 | +- Fix github actions ([f2e8b9a](https://github.com/stackbuilders/nuxt-utm/commit/f2e8b9a)) |
| 42 | +- Update github actions and add missing integration tests ([30e8e9e](https://github.com/stackbuilders/nuxt-utm/commit/30e8e9e)) |
| 43 | +- Typo in integration tests ([10eab4e](https://github.com/stackbuilders/nuxt-utm/commit/10eab4e)) |
| 44 | +- Add @playwright/test and see if we don't need to install it in CI ([e8f0655](https://github.com/stackbuilders/nuxt-utm/commit/e8f0655)) |
| 45 | +- Add @playwright/test and see if we don't need to install it in CI" ([e3cfa90](https://github.com/stackbuilders/nuxt-utm/commit/e3cfa90)) |
| 46 | +- **release:** V0.1.2 ([11de53f](https://github.com/stackbuilders/nuxt-utm/commit/11de53f)) |
| 47 | +- **release:** V0.1.3 ([5d7cfed](https://github.com/stackbuilders/nuxt-utm/commit/5d7cfed)) |
| 48 | +- Add repository to package json ([3a469e3](https://github.com/stackbuilders/nuxt-utm/commit/3a469e3)) |
| 49 | +- **release:** V0.1.4 ([61169cc](https://github.com/stackbuilders/nuxt-utm/commit/61169cc)) |
| 50 | +- Fix repository name ([f79dc36](https://github.com/stackbuilders/nuxt-utm/commit/f79dc36)) |
| 51 | +- **release:** V0.1.2 ([899792e](https://github.com/stackbuilders/nuxt-utm/commit/899792e)) |
| 52 | +- Replace your-org/my-module with stackbuilders/nuxt-utm ([20fcd4e](https://github.com/stackbuilders/nuxt-utm/commit/20fcd4e)) |
| 53 | +- Remove unused vars ([763f928](https://github.com/stackbuilders/nuxt-utm/commit/763f928)) |
| 54 | +- Update the README ([936832e](https://github.com/stackbuilders/nuxt-utm/commit/936832e)) |
| 55 | +- **release:** V0.1.5 ([88312e8](https://github.com/stackbuilders/nuxt-utm/commit/88312e8)) |
| 56 | +- **release:** V0.1.6 ([efcfa13](https://github.com/stackbuilders/nuxt-utm/commit/efcfa13)) |
| 57 | +- **release:** V0.1.7 ([03ec2d6](https://github.com/stackbuilders/nuxt-utm/commit/03ec2d6)) |
| 58 | +- Add keywords to package.json ([8e84abc](https://github.com/stackbuilders/nuxt-utm/commit/8e84abc)) |
| 59 | +- **release:** V0.1.8 ([6fbe62f](https://github.com/stackbuilders/nuxt-utm/commit/6fbe62f)) |
| 60 | +- **release:** V0.1.9 ([c73f5e1](https://github.com/stackbuilders/nuxt-utm/commit/c73f5e1)) |
| 61 | +- Test with playwright container ([5b3c216](https://github.com/stackbuilders/nuxt-utm/commit/5b3c216)) |
| 62 | +- Add status badge to the README ([e929e93](https://github.com/stackbuilders/nuxt-utm/commit/e929e93)) |
| 63 | +- **release:** V0.1.10 ([ca84ffc](https://github.com/stackbuilders/nuxt-utm/commit/ca84ffc)) |
| 64 | +- Update Readme ([#16](https://github.com/stackbuilders/nuxt-utm/pull/16)) |
| 65 | +- **ci:** Add nodejs 20 and remove support for 16 ([#26](https://github.com/stackbuilders/nuxt-utm/pull/26)) |
| 66 | + |
| 67 | +### ❤️ Contributors |
| 68 | + |
| 69 | +- Luis David Barrera Díaz ([@hakenprog](http://github.com/hakenprog)) |
| 70 | +- Sadjow Leão ([@sadjow](http://github.com/sadjow)) |
| 71 | +- Luis David Barrera ([@hakenprog](http://github.com/hakenprog)) |
| 72 | + |
3 | 73 | ## v0.1.10
|
4 | 74 |
|
5 | 75 | [compare changes](https://github.com/stackbuilders/nuxt-utm/compare/v0.1.4...v0.1.10)
|
|
0 commit comments