Skip to content

Commit

Permalink
Merge branch 'v1.2.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
miggi92 authored Jul 12, 2024
2 parents c03ee02 + baf5861 commit da17230
Show file tree
Hide file tree
Showing 28 changed files with 1,060 additions and 851 deletions.
17 changes: 3 additions & 14 deletions .abapgit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,17 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DATA>
<NAME>OData framework</NAME>
<MASTER_LANGUAGE>D</MASTER_LANGUAGE>
<I18N_LANGUAGES>
<LAISO>EN</LAISO>
</I18N_LANGUAGES>
<STARTING_FOLDER>/src/</STARTING_FOLDER>
<FOLDER_LOGIC>FULL</FOLDER_LOGIC>
<IGNORE>
<item>/.gitignore</item>
<item>/LICENSE</item>
<item>/README.md</item>
<item>/package.json</item>
<item>/.travis.yml</item>
<item>/.gitlab-ci.yml</item>
<item>/abaplint.json</item>
<item>/azure-pipelines.yml</item>
<item>/docs</item>
<item>/overrides</item>
<item>/.github</item>
<item>/.vscode</item>
<item>/requirements.txt</item>
<item>/CHANGELOG.md</item>
</IGNORE>
<VERSION_CONSTANT>zif_odata_constants=&gt;gc_version</VERSION_CONSTANT>
<VERSION_CONSTANT>ZIF_ODATA_CONSTANTS=&gt;GC_VERSION</VERSION_CONSTANT>
</DATA>
</asx:values>
</asx:abap>
2 changes: 1 addition & 1 deletion .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
- uses: pnpm/action-setup@v4 # Uncomment this if you're using pnpm
with:
version: 8
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
Expand Down
66 changes: 0 additions & 66 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"tabl_enhancement_category": {
"severity": "Warning"
},
"implement_methods": true,
"implement_methods": false,
"local_testclass_location": true,
"main_file_contents": true,
"rfc_error_handling": true,
Expand Down
65 changes: 11 additions & 54 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,61 +8,18 @@ Legend
+ : added
- : removed

2024-04-25 v1.1.0
🚀 Enhancements

- Add method for orderby clause
- Updated search helps
- 🎉 init vitepress
- 📝 updated documentation to fit vitepress
- ✨ addede favicon
- 🔍️ added seo head
- ✨ added edit button for docs

🩹 Fixes

- Fixed autofixable lint errors
- 🐛 fixed collapsing not working
- 🚨 fixed existing abaplint errors

💅 Refactors

- 🔥 removed mkdocs assets
- ♻️ changed title to frontmatter
- ♻️ moved customizing to own section
- ♻️ refactor customizing documentation
- 🔥 removed labeler

📖 Documentation
2024-07-12 v1.2.0
------------------
+ sadl support
+ label annotation
- full search

- 📝 added fixed domain values documentation
- 📝 updated value help documentation

🏡 Chore

- Autopublish 2023-09-06T12:37:27Z
- Autopublish 2023-09-09T00:17:54Z
- 🙈 removed unused entries in ignore file
- 🔧 moved to pnpm
- ➕ added vitepress dep
- 🔥 removed mkdocs files
- 🙈 ignoring vitepress cache
- 🔧 updated vitepress config
- 🍱 moved assets
- 📝 updated documentation
- 🔥 removed example link
- ♻️ updated assets
- ⬆️ updated deps
- 🔖 updated version in constant interface for abapgit

🤖 CI

- 👷 updated to vitepress

❤️ Contributors

- Miguel
- Jan
2024-04-25 v1.1.0
------------------
+ Add method for orderby clause
! Updated search helps
* Fixed autofixable lint errors
* fixed existing abaplint errors

2023-05-31 v1.0.1
-------------------
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odata-fw",
"version": "1.1.0",
"version": "1.2.0",
"description": "OData framework",
"directories": {
"doc": "docs"
Expand All @@ -26,14 +26,14 @@
},
"homepage": "https://github.com/miggi92/odata-fw/blob/master/README.md",
"devDependencies": {
"@abaplint/cli": "^2.107.1",
"@abaplint/cli": "^2.110.6",
"@abaplint/runtime": "^2.10.5",
"@abaplint/transpiler": "^2.8.24",
"@abaplint/transpiler-cli": "^2.8.24",
"vitepress": "^1.1.4"
"@abaplint/transpiler": "^2.10.5",
"@abaplint/transpiler-cli": "^2.10.5",
"vitepress": "^1.3.0"
},
"dependencies": {
"mermaid": "^10.9.0",
"mermaid": "^10.9.1",
"vitepress-plugin-mermaid": "^2.0.16"
}
}
Loading

0 comments on commit da17230

Please sign in to comment.