Releases: jargonsdev/jargons.dev
Releases · jargonsdev/jargons.dev
v1.6.0
What's Changed
- fix(accessibility): Add descriptive title to GitHub button iframe by @layananes in #240
- doc: JSDoc header documentation for Profile component by @FabianEilts in #242
- feat: word follow up chat with jAI✨ by @babblebey in #142
New Contributors
- @layananes made their first contribution in #240
- @FabianEilts made their first contribution in #242
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- doc(apps/jai): correct
jAIPrompttojAIPromptsin readme by @Sukumarsawant in #206 - doc(contribution-guide): add guidelines for issues closed to community pickup by @babblebey in #222
- fix(package.json): add meaningful project description for better clarity by @tanishkapall in #226
- docs: add JSDoc header to word-editor.jsx by @1sh-repalto in #227
- docs: add JSDoc header to word-search.jsx by @tharun634 in #228
- fix: error typo (occured) correction by @saatvik-10 in #229
- docs(word-editor): update jsdoc types in
useWordEditorhook by @CBID2 in #230 - docs(search): add JSDoc header to search.jsx (#216) by @Malay-dev in #231
- fix(api/jai/search): ensure CORS headers on all responses, add OPTION… by @1sh-repalto in #232
New Contributors
- @Sukumarsawant made their first contribution in #206
- @tanishkapall made their first contribution in #226
- @1sh-repalto made their first contribution in #227
- @tharun634 made their first contribution in #228
- @saatvik-10 made their first contribution in #229
- @CBID2 made their first contribution in #230
- @Malay-dev made their first contribution in #231
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- feat: implement vector store (qdrant) cluster ping action by @babblebey in #193
- fix: add CI support to vector store (qdrant) cluster ping workflow by @babblebey in #194
- doc: add doc for vector store ping to
dev/scriptREADME by @babblebey in #195 - feat: implement search with ✨jAI by @babblebey in #202
New Word Contribution
- Dictionary (New Word): OSPO by @babblebey in #197
- Dictionary (New Word): Module Federation by @babblebey in #199
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: implement prettier code formatting by @babblebey in #168
- feat: config prettier formatting for astro files by @babblebey in #169
- feat(test): implement foundation tests - utility functions & constants by @babblebey in #176
- feat: implement ci/cd setup by @babblebey in #178
- feat: implement uniform error handling in
libscripts by @babblebey in #179 - feat(test): implement business logic tests - word management by @babblebey in #180
- feat: port
jargonsdev/aiinto✨jAImodule by @babblebey in #181 - feat(doc): update state of tests and touch
app/jaimodule by @babblebey in #183 - chore(deps): bump esbuild and @astrojs/react by @dependabot[bot] in #182
- chore(deps): bump esbuild, vite and @astrojs/react by @dependabot[bot] in #184
- chore(deps): bump vite from 6.3.5 to 6.3.6 by @dependabot[bot] in #186
- feat: add comparison check to word-editor by @ayothealoko in #191
Word Contributions
- Dictionary (New Word): Glob by @babblebey in #162
- Dictionary (New Word): Grep by @babblebey in #163
- Dictionary (New Word): MCP (Model Context Protocol) by @babblebey in #164
- Dictionary (New Word): Agent by @babblebey in #165
- Dictionary (New Word): Model by @babblebey in #166
- Dictionary (Edit Word): Tuple by @babblebey in #167
- Dictionary (New Word): GenAIScript by @babblebey in #185
- Dictionary (New Word): Diff by @babblebey in #187
- Dictionary (New Word): Stale by @babblebey in #188
- Dictionary (New Word): Async Agents by @babblebey in #189
- Dictionary (New Word): GenAI by @babblebey in #190
New Contributors
- @ayothealoko made their first contribution in #191
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- chore: add system architecture to README.md by @babblebey in #132
- chore(deps): bump astro from 4.16.4 to 4.16.18 by @dependabot[bot] in #131
- refactor: restore logo to initial state by @babblebey in #137
- chore(deps): bump @octokit/plugin-paginate-rest from 9.1.5 to 9.2.2 by @dependabot[bot] in #141
- fix(search): change overflow-y-scroll to overflow-y-auto in SearchResult component by @Bridgetamana in #143
- chore(deps): bump prismjs from 1.29.0 to 1.30.0 by @dependabot[bot] in #144
- chore(deps-dev): bump @octokit/request by @dependabot[bot] in #145
- chore(deps): bump @octokit/endpoint by @dependabot[bot] in #146
- chore(deps): bump vite from 5.4.11 to 5.4.19 by @dependabot[bot] in #148
- chore(deps): bump @babel/helpers from 7.26.0 to 7.27.6 by @dependabot[bot] in #149
- chore(deps): bump brace-expansion by @dependabot[bot] in #150
- chore(deps): bump esbuild, @astrojs/mdx, @vitejs/plugin-react, @astrojs/tailwind, @astrojs/vercel and astro by @dependabot[bot] in #147
- chore(deps): bump esbuild and vite by @dependabot[bot] in #152
- refactor: modify codebase to
astro@v5by @babblebey in #151 - fix: update word filtering and path generation in browse page by @babblebey in #156
- chore(deps): bump devalue from 5.1.1 to 5.3.2 by @dependabot[bot] in #155
- chore(deps): bump astro from 5.11.0 to 5.13.5 by @dependabot[bot] in #157
- chore(deps): bump @octokit/request from 8.4.0 to 8.4.1 by @dependabot[bot] in #158
- chore(deps): bump @octokit/request-error by @dependabot[bot] in #159
Notable Breaking Level Change
- refactor(editor): replace gh-search-api consumtion with graphql in jargons editor by @babblebey in #161
New Word
- Dictionary (New Word): DX (Developer Experience) by @Praizee in #117
- Dictionary (New Word): Deploy by @babblebey in #153
- Dictionary (New Word): GIGO (Garbage In, Garbage Out) by @Praizee in #118
- Dictionary (New Word): React by @youngmentor in #154
- Dictionary (New Word): Infinite Loop by @AdamsRuth1 in #84
- Dictionary (Edit Word): Tuple by @lambeboluwatife in #126
- Dictionary (New Word): Continuous AI by @babblebey in #160
- Dictionary (New Word): Power-On Self-Test (POST) by @Huangdi-599 in #139
- Dictionary (New Word): Retrieval Augmented Generation (RAG) by @babblebey in #135
New Contributors
- @Huangdi-599 made their first contribution in #139
- @Praizee made their first contribution in #117
- @youngmentor made their first contribution in #154
- @lambeboluwatife made their first contribution in #126
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- fix(jargons-editor): login issues by changing the cookie name using appropriate naming convention by @ShyneADL in #110
- fix: Removed Incorrect whirl Instance by @divineamunega in #113
- fix: invalid hook call and analytic measurement_id error by @Nugwxa in #114
- feat: implement user profile menu by @babblebey in #111
- Dictionary (New Word): Row-Level Security (RLS) by @babblebey in #119
- feat(search): implement recentSearches to hold 5 maximum entries by @AyendiSimeon1 in #115
- refactor(search): implement
normalizeAsUrlfor key computation by @chiomalovet in #123 - feat: implement jargonsdev logo by @babblebey in #124
- fix(build): move
@types/react-domtodevDependenciesby @chiomalovet in #125 - Dictionary (New Word): Repository by @ShyneADL in #122
- 🎄❄️ Happy Holidays from jargons.dev! ❄️🎄 by @babblebey in #128
New Contributors
- @ShyneADL made their first contribution in #110
- @divineamunega made their first contribution in #113
- @Nugwxa made their first contribution in #114
- @AyendiSimeon1 made their first contribution in #115
- @chiomalovet made their first contribution in #123
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #95
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #96
- Dictionary (New Word): SRS Document by @AdamsRuth1 in #83
- chore(deps): bump dset from 3.1.3 to 3.1.4 by @dependabot in #99
- chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 by @dependabot in #100
- fix: Add Fixed Height and Scroll to Search Dialog Result by @jomefavourite in #88
- chore(deps): bump vite from 5.2.10 to 5.4.6 by @dependabot in #101
- chore(deps): bump rollup from 4.22.0 to 4.22.4 by @dependabot in #103
- chore(deps): bump astro from 4.7.0 to 4.16.4 by @dependabot in #104
- feat: integrate analytics by @babblebey in #105
- feat: add GitHub button to homepage by @babblebey in #106
New Contributors
- @dependabot made their first contribution in #95
- @AdamsRuth1 made their first contribution in #83
- @jomefavourite made their first contribution in #88
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Dictionary (New Word): Test Fixture by @babblebey in #81
- Dictionary (New Word): Snapshot by @babblebey in #82
- fix(search): Dynamically Set Maximum Cursor Pointable Item by @Bridgetamana in #85
- fix: update repoUrl project-wide by @babblebey in #86
- refactor(component): extract "Contribution CTA" to reusable component by @Bridgetamana in #87
- chore: Remove the @astrojs/node package from the dependencies by @amiabl-programr in #89
- fix(build): Rename project in package.json by @amiabl-programr in #90
- fix(build): Move tailwindcss to devDependencies by @amiabl-programr in #91
- fix(build): Move '@types/react' to devDependencies by @DevYoma in #92
- fix(build): remove @octokit-next/core package from dependencies by @amiabl-programr in #93
New Contributors
- @Bridgetamana made their first contribution in #85
- @amiabl-programr made their first contribution in #89
- @DevYoma made their first contribution in #92
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat: initialize dictionry by @babblebey in #1
- feat: implement base dictionary by @babblebey in #4
- feat: implement dictionary search engine by @babblebey in #5
- feat: implement dictionary word editor by @babblebey in #6
- feat: implement auth (with github oauth) by @babblebey in #8
- feat: integrate authentication on word editor page by @babblebey in #11
- feat: implement
forkrepository script by @babblebey in #3 - feat: implement
branchcreation script by @babblebey in #17 - feat: implement
word-editorscript by @babblebey in #18 - chore: add sample dictionary words by @babblebey in #26
- refactor: move
storesandhooksdirectory tolibdirectory by @babblebey in #27 - feat: implement
auth(second iteration) improvements by @babblebey in #28 - feat: return repo
fullnamein fork script by @babblebey in #29 - refactor(auth): replace
github-app-oauthwith classicoauthapp by @babblebey in #33 - chore: improve naming logic across scripts by @babblebey in #34
- feat: configure
devJargonsgithub app by @babblebey in #36 - feat: implement
submit-wordscript by @babblebey in #25 - feat(word-editor): implement
editword action by @babblebey in #32 - feat(word-editor): implement
newword action by @babblebey in #39 - feat: implement jargons editor (dashboard) by @babblebey in #41
- feat(deployment): integrate
@astrojs/vercelas SSR adapter by @babblebey in #43 - feat: implement word (jargon)
metatab- First Iteration by @babblebey in #45 - fix: dictionary search engine late indexing by @babblebey in #49
- feat: implement site's base open graph data by @babblebey in #50
- feat: implement base dictionary - second iteration by @babblebey in #51
- refactor(word-editor): word submit handling by @babblebey in #53
- chore: nits by @babblebey in #56
- fix(jargons-editor): wrong pending contribution stats computation by @babblebey in #57
- feat: implement dictionary browse page by @babblebey in #60
- chore: going open source by @babblebey in #63
- chore: go oss (#63) follow-up nits by @babblebey in #64
- chore: bump
astro+viteversion by @babblebey in #65 - chore: implement feedback/nits from beta testing by @babblebey in #66
- chore: nits#4 by @babblebey in #73
- chore: remove coming soon page by @babblebey in #80
Full Changelog: https://github.com/devjargons/jargons.dev/commits/v1.0.0