free-coding-models 0.5.66 → 0.5.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="
|
|
2
|
+
<img src="icon.png" alt="free-coding-models logo" width="328" height="328">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">free-coding-models</h1>
|
|
@@ -871,6 +871,14 @@ A: Yes — see [`sources.js`](./sources.js) for the model catalog format.
|
|
|
871
871
|
|
|
872
872
|
---
|
|
873
873
|
|
|
874
|
+
## About the creator
|
|
875
|
+
|
|
876
|
+
`free-coding-models` was created and is maintained by [Vanessa Depraute](https://vanessadepraute.dev), a Paris-based Senior Full-Stack JavaScript Developer with almost 20 years of experience building web and mobile products. She specializes in React, TypeScript, AI developer tooling, and turning complex product ideas into production-ready applications.
|
|
877
|
+
|
|
878
|
+
[Portfolio](https://vanessadepraute.dev) · [GitHub](https://github.com/vava-nessa) · [LinkedIn](https://www.linkedin.com/in/vanessa-depraute-310b801ba/) · [X / @vavanessadev](https://x.com/vavanessadev)
|
|
879
|
+
|
|
880
|
+
---
|
|
881
|
+
|
|
874
882
|
## Special thanks to contributors
|
|
875
883
|
|
|
876
884
|
<table align="center">
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Changelog v0.5.67 - 2026-07-30
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
|
|
5
|
+
- **Creator profile page** — Added a concise `/creator` page that identifies Vanessa Depraute as the creator and maintainer of free-coding-models, summarizes her Senior Full-Stack JavaScript background, and links to her portfolio, GitHub, verified LinkedIn profile, and X account.
|
|
6
|
+
- **Structured creator identity** — Added reusable Schema.org `Person` and `ProfilePage` JSON-LD with Vanessa's public aliases and verified `sameAs` profiles, making the relationship between the project, its creator, and her professional presence explicit to search engines.
|
|
7
|
+
- **Repository creator section** — Added an `About the creator` section to the README with natural-language professional context and descriptive links to Vanessa's public profiles.
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **Route metadata now renders correctly** — Mounted TanStack Router's head outlet and moved the default website title and description into the root route. Creator, documentation, and changelog pages can now emit their declared titles, descriptions, and canonical links without duplicate metadata.
|
|
12
|
+
- **Complete npm author metadata** — Replaced the abbreviated `vava` author value with Vanessa Depraute's full name and portfolio URL.
|
|
13
|
+
- **Responsive website header** — Hid the GitHub and npm metric pills below the desktop breakpoint so the header no longer creates horizontal overflow on mobile and tablet layouts.
|
|
14
|
+
- **Creator navigation** — Linked the website footer's creator credit to the new profile page and added a dedicated Creator entry alongside project resources.
|
|
15
|
+
- **Regenerated web favicons** — Refreshed the committed favicon set through the release prepack pipeline, preserving every existing format while reducing the generated asset sizes.
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- **Duplicate and stale SEO tags** — Removed the static HTML title and description that overrode route-specific metadata on client-rendered pages.
|
|
20
|
+
- **Mobile horizontal overflow** — The site header now fits a 390 px viewport while retaining navigation through the mobile menu.
|
|
21
|
+
|
|
22
|
+
### Verification
|
|
23
|
+
|
|
24
|
+
- Production website build passes.
|
|
25
|
+
- All 797 project tests pass.
|
|
26
|
+
- Desktop and 390 px mobile browser checks pass with correct title, description, canonical URL, JSON-LD, profile links, and no console errors or horizontal overflow.
|
|
27
|
+
- The terminal UI starts and renders without runtime errors.
|
|
28
|
+
|
|
29
|
+
### Breaking changes
|
|
30
|
+
|
|
31
|
+
None.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Changelog v0.5.68 - 2026-07-30
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
|
|
5
|
+
- Unified the project identity around the root `icon.png`: the embedded web dashboard, marketing website, browser tabs, installable web app, Apple home-screen icon, Android launcher icons, Windows tiles, and README now all use the same FCM logo.
|
|
6
|
+
- Extended the favicon build script so both web surfaces receive deterministic assets from one source image, including multi-resolution `.ico`, PNG, WebP, PWA manifests, and Microsoft browser configuration files.
|
|
7
|
+
- Replaced the marketing website's TanStack starter icons and its missing `favicon.svg` reference with explicit, correctly sized browser metadata.
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Removed stale branding paths that could leave browsers, search results, or installed shortcuts displaying a framework default or a missing favicon.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "free-coding-models",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.68",
|
|
4
4
|
"description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nvidia",
|
|
@@ -32,7 +32,10 @@
|
|
|
32
32
|
"url": "git+https://github.com/vava-nessa/free-coding-models.git"
|
|
33
33
|
},
|
|
34
34
|
"license": "MIT",
|
|
35
|
-
"author":
|
|
35
|
+
"author": {
|
|
36
|
+
"name": "Vanessa Depraute",
|
|
37
|
+
"url": "https://vanessadepraute.dev"
|
|
38
|
+
},
|
|
36
39
|
"type": "module",
|
|
37
40
|
"main": "bin/free-coding-models.js",
|
|
38
41
|
"bin": {
|