Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add Xml library #3035

Merged
merged 39 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0177302
Add boilerplate
timotheeguerin Mar 20, 2024
92e6b20
Add xml decorators
timotheeguerin Mar 20, 2024
219afe5
Tweaks
timotheeguerin Mar 20, 2024
475cf8e
Create feature-xml-2024-2-20-16-48-57.md
timotheeguerin Mar 20, 2024
10deac0
fix
timotheeguerin Mar 20, 2024
e3ec842
More validation and regen docs
timotheeguerin Mar 20, 2024
147a748
.
timotheeguerin Mar 20, 2024
136bd48
Fix typo
timotheeguerin Mar 20, 2024
fd7e293
fix
timotheeguerin Mar 20, 2024
dce4419
Merge branch 'main' of https://github.com/Microsoft/typespec into fea…
timotheeguerin Apr 8, 2024
6753ff5
Missed
timotheeguerin Apr 8, 2024
7b04daf
Update packages/xml/src/lib.ts
timotheeguerin Apr 8, 2024
6adc077
Update packages/xml/src/lib.ts
timotheeguerin Apr 8, 2024
71e7513
Update packages/xml/src/lib.ts
timotheeguerin Apr 8, 2024
39581df
fix
timotheeguerin Apr 8, 2024
5d13ebf
.
timotheeguerin Apr 8, 2024
808d808
Add tests
timotheeguerin Apr 8, 2024
356869e
Create feature-xml-2024-3-8-20-40-16.md
timotheeguerin Apr 8, 2024
fdc1edf
add doc
timotheeguerin Apr 8, 2024
66956b7
Add default encoding docs
timotheeguerin Apr 8, 2024
c360126
fix
timotheeguerin Apr 8, 2024
390f283
Merge branch 'main' into feature/xml
timotheeguerin Apr 9, 2024
b1eb6e4
Merge branch 'main' into feature/xml
timotheeguerin Apr 9, 2024
2631062
Update docs/libraries/xml/guide.md
timotheeguerin Apr 9, 2024
7ba585c
Update docs/libraries/xml/guide.md
timotheeguerin Apr 9, 2024
f6d4f1f
Update docs/libraries/xml/reference/index.mdx
timotheeguerin Apr 9, 2024
0fea426
Update packages/xml/lib/decorators.tsp
timotheeguerin Apr 9, 2024
d1629f0
Update packages/xml/lib/decorators.tsp
timotheeguerin Apr 9, 2024
636666c
Update packages/xml/lib/decorators.tsp
timotheeguerin Apr 9, 2024
1500ea2
Update packages/xml/lib/decorators.tsp
timotheeguerin Apr 9, 2024
b3034eb
Update packages/xml/lib/decorators.tsp
timotheeguerin Apr 9, 2024
80f2227
Update packages/xml/lib/types.tsp
timotheeguerin Apr 9, 2024
a6d3483
Update packages/xml/lib/decorators.tsp
timotheeguerin Apr 9, 2024
3cd2048
remove column
timotheeguerin Apr 9, 2024
b475fe3
format
timotheeguerin Apr 9, 2024
b4587f9
.
timotheeguerin Apr 9, 2024
c5e858d
Merge branch 'main' into feature/xml
timotheeguerin Apr 9, 2024
0b024ae
regen docs
timotheeguerin Apr 9, 2024
bdb2e11
missing exports
timotheeguerin Apr 9, 2024
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
8 changes: 8 additions & 0 deletions .chronus/changes/feature-xml-2024-2-20-16-48-57.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: internal
packages:
- "@typespec/xml"
---

Initial release of xml library
8 changes: 8 additions & 0 deletions .chronus/changes/feature-xml-2024-3-8-20-40-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: feature
packages:
- "@typespec/compiler"
---

`getEncode` returns the fully equalied enum member name if using a custom enum.
Loading
Loading