Skip to content

Commit

Permalink
Merge pull request #102 from neutron0831/chapter/02/unix-commands
Browse files Browse the repository at this point in the history
Chapter 2: UNIX Commands
  • Loading branch information
neutron0831 committed Mar 26, 2023
2 parents 810a1fd + 3916e0c commit 1fd5110
Show file tree
Hide file tree
Showing 34 changed files with 3,503 additions and 25 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ module.exports = {
],
rules: {
'vue/multi-word-component-names': 'off',
'vue/valid-v-slot': [
'error',
{
allowModifiers: true,
},
],
},
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

<a name="0.2.0"></a>
## [v0.2.0](https://github.com/neutron0831/nlp100-ts/compare/v0.1.1...v0.2.0) (2023-03-26)

### Added

- ✨ Add a link button to each exercise [[f516bdd](https://github.com/neutron0831/nlp100-ts/commit/f516bdd)]
- ✅ Add Exercise 19 test ([#19](https://github.com/neutron0831/nlp100-ts/issues/19)) [[d62c18f](https://github.com/neutron0831/nlp100-ts/commit/d62c18f)]
- ✨ Add Exercise 19 ([#19](https://github.com/neutron0831/nlp100-ts/issues/19)) [[e8c7425](https://github.com/neutron0831/nlp100-ts/commit/e8c7425)]
- ✅ Add Exercise 18 test ([#18](https://github.com/neutron0831/nlp100-ts/issues/18)) [[6a40200](https://github.com/neutron0831/nlp100-ts/commit/6a40200)]
- ✨ Add Exercise 18 ([#18](https://github.com/neutron0831/nlp100-ts/issues/18)) [[772804e](https://github.com/neutron0831/nlp100-ts/commit/772804e)]
- ✅ Add Exercise 17 test ([#17](https://github.com/neutron0831/nlp100-ts/issues/17)) [[136e4cd](https://github.com/neutron0831/nlp100-ts/commit/136e4cd)]
- ✨ Add Exercise 17 [[03b2aa9](https://github.com/neutron0831/nlp100-ts/commit/03b2aa9)]
- ✅ Add Exercise 16 test ([#16](https://github.com/neutron0831/nlp100-ts/issues/16)) [[7dae4e3](https://github.com/neutron0831/nlp100-ts/commit/7dae4e3)]
- ✨ Add Exercise 16 ([#16](https://github.com/neutron0831/nlp100-ts/issues/16)) [[c5a01b6](https://github.com/neutron0831/nlp100-ts/commit/c5a01b6)]
- ✅ Add Exercise 15 test ([#15](https://github.com/neutron0831/nlp100-ts/issues/15)) [[494d763](https://github.com/neutron0831/nlp100-ts/commit/494d763)]
- ✨ Add Exercise 15 ([#15](https://github.com/neutron0831/nlp100-ts/issues/15)) [[2e78d67](https://github.com/neutron0831/nlp100-ts/commit/2e78d67)]
- ✅ Add Exercise 14 test ([#14](https://github.com/neutron0831/nlp100-ts/issues/14)) [[8fc882b](https://github.com/neutron0831/nlp100-ts/commit/8fc882b)]
- ✨ Add Exercise 14 ([#14](https://github.com/neutron0831/nlp100-ts/issues/14)) [[3cf4750](https://github.com/neutron0831/nlp100-ts/commit/3cf4750)]
- ✅ Add Exercise 13 test ([#13](https://github.com/neutron0831/nlp100-ts/issues/13)) [[e27a6ab](https://github.com/neutron0831/nlp100-ts/commit/e27a6ab)]
- ✨ Add Exercise 13 ([#13](https://github.com/neutron0831/nlp100-ts/issues/13)) [[4d425f2](https://github.com/neutron0831/nlp100-ts/commit/4d425f2)]
- ✅ Add Exercise 12 test ([#12](https://github.com/neutron0831/nlp100-ts/issues/12)) [[5eee47d](https://github.com/neutron0831/nlp100-ts/commit/5eee47d)]
- ✨ Add Exercise 12 ([#12](https://github.com/neutron0831/nlp100-ts/issues/12)) [[18c0b47](https://github.com/neutron0831/nlp100-ts/commit/18c0b47)]
- ✅ Add Exercise 11 test ([#11](https://github.com/neutron0831/nlp100-ts/issues/11)) [[203f3e5](https://github.com/neutron0831/nlp100-ts/commit/203f3e5)]
- ✨ Add Exercise 11 ([#11](https://github.com/neutron0831/nlp100-ts/issues/11)) [[6a778ad](https://github.com/neutron0831/nlp100-ts/commit/6a778ad)]
- ✅ Add Exercise 10 test ([#10](https://github.com/neutron0831/nlp100-ts/issues/10)) [[7b0b79e](https://github.com/neutron0831/nlp100-ts/commit/7b0b79e)]
- ✨ Add Exercise 10 ([#10](https://github.com/neutron0831/nlp100-ts/issues/10)) [[efe91ec](https://github.com/neutron0831/nlp100-ts/commit/efe91ec)]
- ✨ Add `AttachmentPanel.vue` [[413b268](https://github.com/neutron0831/nlp100-ts/commit/413b268)]

### Changed

- 🍱 Add `popular-names.txt` [[b3fc1c2](https://github.com/neutron0831/nlp100-ts/commit/b3fc1c2)]
- 💄 Make the top margin of button reactive [[8aa50e9](https://github.com/neutron0831/nlp100-ts/commit/8aa50e9)]

### Miscellaneous

- 📝 Add `README.md` of Chapter 2 [[63773d0](https://github.com/neutron0831/nlp100-ts/commit/63773d0)]


<a name="0.1.1"></a>
## [v0.1.1](https://github.com/neutron0831/nlp100-ts/compare/v0.1.0...v0.1.1) (2023-03-19)

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlp100-ts",
"version": "0.1.1",
"version": "0.2.0",
"description": "NLP 100 Exercise 2020 (Rev 2) in TypeScript",
"keywords": [
"nlp100",
Expand All @@ -15,6 +15,7 @@
"build": "vue-tsc --noEmit && vite build --target esnext",
"preview": "vite preview",
"test": "vitest --silent",
"test:ch": "vitest src/chapters/$ch/test",
"lint": "eslint --ext .js,.ts,.vue --fix --no-error-on-unmatched-pattern src",
"format": "prettier --write --ignore-unknown --no-error-on-unmatched-pattern src",
"commitmsg": "commitlint --config .commitlintrc.js --edit $GIT_PARAMS",
Expand All @@ -25,6 +26,7 @@
"@vueuse/core": "^9.13.0",
"core-js": "^3.8.3",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"pinia": "^2.0.23",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
Expand All @@ -35,6 +37,9 @@
"remark-rehype": "^10.1.0",
"roboto-fontface": "*",
"ts-pattern": "^4.2.1",
"unified": "^10.1.2",
"unist-util-is": "^5.2.1",
"unist-util-map": "^3.1.3",
"vue": "^3.2.13",
"vue-router": "^4.0.0",
"vuetify": "^3.0.0",
Expand All @@ -47,6 +52,7 @@
"@octokit/types": "^9.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.9",
"@types/papaparse": "^5.3.7",
"@types/web-bluetooth": "^0.0.16",
"@types/webfontloader": "^1.6.35",
"@types/webpack": "^5.28.0",
Expand Down
26 changes: 26 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1fd5110

Please sign in to comment.