Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 46 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,55 @@
# v0.10.3
[2025-11-20]
# v0.11.0
[2026-06-17]

### Chores

* \[[789](https://github.com/MaskingTechnology/jitar/pull/789)] chore: update ci/cd configuration (#789) by Bas Meeuwissen
* \[[788](https://github.com/MaskingTechnology/jitar/pull/788)] chore(plugins): Vite 8 compatibility (#788) by Peter van Vliet
* \[[785](https://github.com/MaskingTechnology/jitar/pull/785)] chore: updated starter templates (#785) by Bas Meeuwissen
* \[[781](https://github.com/MaskingTechnology/jitar/pull/781)] chore: creator app removal (#781) by Bas Meeuwissen

# v0.11.0
[2026-05-22]

### Features

* \[[777](https://github.com/MaskingTechnology/jitar/pull/777)] feat: custom asset root (#777) by Peter van Vliet
* \[[770](https://github.com/MaskingTechnology/jitar/pull/770)] feat: improved build strategy (#770) by Peter van Vliet

### Chores

* \[[779](https://github.com/MaskingTechnology/jitar/pull/779)] chore: release v0.11.0 (#779) by Bas Meeuwissen
* \[[775](https://github.com/MaskingTechnology/jitar/pull/775)] chore(deps): May updates (#775) by Bas Meeuwissen
* \[[764](https://github.com/MaskingTechnology/jitar/pull/764)] chore(deps): april updates (#764) by Bas Meeuwissen
* \[[757](https://github.com/MaskingTechnology/jitar/pull/757)] chore(deps): march updates (#757) by Bas Meeuwissen
* \[[751](https://github.com/MaskingTechnology/jitar/pull/751)] chore: simplified ci (#751) by Bas Meeuwissen

# v0.10.6
[2026-05-22]

### Features

* \[[743](https://github.com/MaskingTechnology/jitar/pull/743)] feat(plugins): relative paths resolution (#743) by Peter van Vliet

### Chores

* \[[749](https://github.com/MaskingTechnology/jitar/pull/749)] chore: release 0.10.6 (#749) by Peter van Vliet
* \[[741](https://github.com/MaskingTechnology/jitar/pull/741)] chore(deps): january updates (#741) by Bas Meeuwissen
* \[[738](https://github.com/MaskingTechnology/jitar/pull/738)] chore(website): copyright year update (#738) by Bas Meeuwissen
* \[[736](https://github.com/MaskingTechnology/jitar/pull/736)] chore: publication flow (#736) by Bas Meeuwissen
* \[[733](https://github.com/MaskingTechnology/jitar/pull/733)] chore: updated readme (#733) by Peter van Vliet
* \[[732](https://github.com/MaskingTechnology/jitar/pull/732)] chore: remove cors middleware (#732) by Peter van Vliet
* \[[726](https://github.com/MaskingTechnology/jitar/pull/726)] chore(deps): december updates (#726) by Bas Meeuwissen
* \[[722](https://github.com/MaskingTechnology/jitar/pull/722)] chore: updated eslint config (#722) by Bas Meeuwissen
* \[[720](https://github.com/MaskingTechnology/jitar/pull/720)] chore: securing apps video (#720) by Peter van Vliet
* \[[719](https://github.com/MaskingTechnology/jitar/pull/719)] chore: release v0.10.3 (#719) by Bas Meeuwissen
* \[[717](https://github.com/MaskingTechnology/jitar/pull/717)] chore(deps): bump glob from 11.0.3 to 11.1.0 in /website (#717) by dependabot[bot]
* \[[711](https://github.com/MaskingTechnology/jitar/pull/711)] chore: replace changelog tool (#711) by Bas Meeuwissen

### Other

* \[[729](https://github.com/MaskingTechnology/jitar/pull/729)] chore(deps-dev): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /documentation (#729) by dependabot[bot]

# v0.10.2
[2025-11-14]

Expand Down
12 changes: 4 additions & 8 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ This document describes the workflow we use for the development of Jitar.

To work on Jitar, you need the following tools:

- Node.js 20.x or higher
- Node.js 22.9 or higher
- npm 11.x or higher
- Code editor (Visual Studio Code recommended)
- Docker (optional) for running the full-stack example

Note: Jitar is managed as a monorepo with Turbo. You don't need specific knowledge about Turbo to work on Jitar.

## Installation

1. Clone the repository.
1. Run `npm install` to install all dependencies.
1. Run `npm ci` to install all dependencies.

## Development

Expand All @@ -31,7 +30,6 @@ Note: Jitar is managed as a monorepo with Turbo. You don't need specific knowled
1. Update the [documentation](./documentation/README.md) if necessary.
1. Run `npm run build` to build all packages.
1. Run `npm run review` to run all tests and linting.
1. Run `npm run changeset` to create a changeset for your changes.
1. Commit and push the changes.
1. Create a pull request.
1. [CodeRabbit](https://www.coderabbit.ai/) will review your pull request automatically. It is very nitpicky, so don't get discouraged by the number of comments.
Expand All @@ -41,10 +39,8 @@ Note: Jitar is managed as a monorepo with Turbo. You don't need specific knowled
To do consistent releases, we use the following steps:

1. Create a new issue and branch.
1. Update the version number for the mono repo in the `package.json` file.
1. Update the version numbers for the packages `jitar` and `@jitar/plugin-vite`.
1. Update the changelog by running `npm run changelog`.
1. Run `npm run version $VERSION` to update the version numbers for the packages where `$VERSION` is the new version number.
1. Commit and push the changes.
1. Run `npm run publish-packages` to build and publish all packages.
1. Create a pull request.
1. Once the pull request is merged, tag the release.
1. A workflow will be triggered manually to publish the packages.
2 changes: 1 addition & 1 deletion examples/access-protection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/data-transportation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/health-checks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/load-balancing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/multi-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/segmentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "5.9.3"
},
"dependencies": {
"jitar": "0.11.0"
"jitar": "^0.11.0"
}
}
44 changes: 22 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jitar-monorepo",
"version": "0.11.0",
"version": "0.11.1",
"private": true,
"description": "Monorepo configuration for Jitar.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitar/analysis",
"version": "0.11.0",
"version": "0.11.1",
"description": "Application analysis library for the Jitar runtime.",
"author": "Masking Technology <info@masking.tech> (https://jitar.dev)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitar/build",
"version": "0.11.0",
"version": "0.11.1",
"description": "Application building library for the Jitar runtime.",
"author": "Masking Technology <info@masking.tech> (https://jitar.dev)",
"license": "MIT",
Expand Down
Loading
Loading