Skip to content

Commit 676ba61

Browse files
committed
Add CONTRIBUTING.md, SECURITY.md and update CHANGELOG for v0.143.0
1 parent c040219 commit 676ba61

File tree

4 files changed

+51
-51
lines changed

4 files changed

+51
-51
lines changed

CHANGELOG.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.143.0] - 2026-02-20
99

1010
### Added
1111

@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Fix imports in apigen schematic
1717

18+
### Changed
19+
20+
- Remove inlineSources from tsconfig.lib.json
21+
1822
## [0.142.0] - 2025-12-23
1923

2024
### Fixed
@@ -63,21 +67,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6367
- Fix builder test (Missing type in test)
6468
- Fix `ExpandOptions['select']`, `Transform['aggregate']`, `Transform['filter']` and some other TS type definitions
6569
- Fix order of transform operations
66-
67-
[unreleased]: https://github.com/diegomvh/angular-odata/compare/v0.142.0...main
68-
[0.142.0]: https://github.com/diegomvh/angular-odata/compare/v0.141.0...v0.142.0
69-
[0.141.0]: https://github.com/diegomvh/angular-odata/compare/v0.140.1...v0.141.0
70-
[0.140.1]: https://github.com/diegomvh/angular-odata/compare/v0.140.0...v0.140.1
71-
[0.140.0]: https://github.com/diegomvh/angular-odata/compare/v0.128.0...v0.140.0
72-
[0.128.0]: https://github.com/diegomvh/angular-odata/compare/v0.127.0...v0.128.0
73-
[0.127.0]: https://github.com/diegomvh/angular-odata/compare/v0.126.0...v0.127.0
74-
[0.126.0]: https://github.com/diegomvh/angular-odata/compare/v0.125.0...v0.126.0
75-
[0.125.0]: https://github.com/diegomvh/angular-odata/compare/v0.124.0...v0.125.0
76-
[0.124.0]: https://github.com/diegomvh/angular-odata/compare/v0.123.0...v0.124.0
77-
[0.123.0]: https://github.com/diegomvh/angular-odata/compare/v0.122.0...v0.123.0
78-
[0.122.0]: https://github.com/diegomvh/angular-odata/compare/v0.121.0...v0.122.0
79-
[0.121.0]: https://github.com/diegomvh/angular-odata/compare/v0.120.0...v0.121.0
80-
[0.120.0]: https://github.com/diegomvh/angular-odata/compare/v0.115.0...v0.120.0
81-
[0.115.0]: https://github.com/diegomvh/angular-odata/compare/v0.110.0...v0.115.0
82-
[0.110.0]: https://github.com/diegomvh/angular-odata/compare/v0.105.0...v0.110.0
83-
[0.105.0]: https://github.com/diegomvh/angular-odata/compare/v0.102.0...v0.105.0

CONTRIBUTING.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
# Contributing
1+
# Contributing
2+
3+
## Getting Started
4+
5+
1. Fork the repository
6+
2. Clone your fork: `git clone https://github.com/YOUR_USERNAME/angular-odata.git`
7+
3. Install dependencies: `npm install`
8+
9+
## Development
10+
11+
- Tests: `npm run test`
12+
- Build: `npm run build`
13+
14+
## Pull Request Process
15+
16+
1. Create a feature branch from `main`
17+
2. Make your changes following the code style
18+
3. Ensure all tests pass and linting is clean
19+
4. Update documentation if needed
20+
5. Submit a pull request with a clear description
21+
22+
## Code Style
23+
24+
- Follow existing code conventions
25+
- Use TypeScript strict mode
26+
- Add tests for new features
27+
- Keep commits atomic and descriptive

SECURITY.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# Security Policy
1+
# Security Policy
2+
3+
## Reporting Security Vulnerabilities
4+
5+
If you discover a security vulnerability, please send an email to the maintainers. We will address security issues promptly.
6+
7+
## Supported Versions
8+
9+
We actively support the latest major version with security updates.
10+
11+
## Security Best Practices
12+
13+
- Keep dependencies up to date
14+
- Never commit secrets or API keys
15+
- Follow Angular security guidelines when building applications

package-lock.json

Lines changed: 4 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)