Releases: ArchiDog1998/ArchiToolkit
0.9.8
0.9.8 (2025-2-28 Friday)
Some useful tools in my opinion.
Nuget Packages:
- ArchiToolkit.Assertions
- ArchiToolkit.Assertions.Logging
- ArchiToolkit.Fluent
- ArchiToolkit.InterpolatedParser
- ArchiToolkit.PureConst
- ArchiToolkit.RoslynHelper
Commits
🔖 Release / Version tags.
- 0.9.8 released. by @ArchiDog1998 in 23acc26
- 0.9.7 released. by @ArchiDog1998 in 7994151
✨ Introduce new features.
- add extensions. by @ArchiDog1998 in 298094a
- Add continue when for the fluent. by @ArchiDog1998 in f6e0ffe
- Make the const work! by @ArchiDog1998 in e244bc7
- Const almost ready? idk. by @ArchiDog1998 in eba9fe5
🐛 Fix a bug.
- fix the const for override and the interface by @ArchiDog1998 in b1eb467
- Fix some bugs for build. by @ArchiDog1998 in f284e86
🏗️ Make architectural changes.
- Better way to organize the tests projects. by @ArchiDog1998 in 12293ec
⬆️ Upgrade dependencies.
- Update dependencies. by @ArchiDog1998 in a8cab30
🔧 Add or update configuration files.
- Add Directory.Packages.props file by @ArchiDog1998 in b4189e2
Thank You to Our Contributors! 🎉
We'd like to extend our heartfelt thanks to the following contributors for their valuable contributions to this release:
- @ArchiDog1998 - 23acc26, 298094a, f6e0ffe, b1eb467, f284e86, e244bc7, eba9fe5, 12293ec, a8cab30, b4189e2, 7994151
Your hard work and dedication helped improve this project, and we truly appreciate all the time and effort you've invested.
Thank you for being a part of this amazing community! 🙏
0.9.7
0.9.7 (2025-2-22 Saturday)
Some useful tools in my opinion.
Nuget Packages:
- ArchiToolkit.Assertions
- ArchiToolkit.Assertions.Logging
- ArchiToolkit.Fluent
- ArchiToolkit.InterpolatedParser
- ArchiToolkit.RoslynHelper
Issues
- 🚫InterpolatedParser Generic Type Support, maybe? by @ArchiDog1998 in #6
Commits
🔖 Release / Version tags.
- 0.9.7 released. by @ArchiDog1998 in 7994151
- try to release it with 0.9.6.1 version. by @ArchiDog1998 in 2c35674
🏗️ Make architectural changes.
- Better way of interpolated parse. by @ArchiDog1998 in b629f5d
♻️ Refactor code.
- Reduce the method input counts by @ArchiDog1998 in 8471588
📝 Add or update documentation.
- Add some readme things. by @ArchiDog1998 in 950ca4e
✨ Introduce new features.
- Add some support for ref struct. by @ArchiDog1998 in a7a3550
- Make the fluent generator work! by @ArchiDog1998 in b4a547f
- Ready for the invocations of the methods. that is complex! by @ArchiDog1998 in 2da0efd
- Properties of fluent works fine, waiting for adding the methods. by @ArchiDog1998 in 92ac628
- Make the fluent with generic types. by @ArchiDog1998 in 8f8f760
- Make it work with properites and the field. by @ArchiDog1998 in 51640e2
- Make the fluent much simple and ez to use. by @ArchiDog1998 in 17509f7
🐛 Fix a bug.
- Fixed some bugs in Fluent and changed the readme. by @ArchiDog1998 in 5dce353
- Fix the bug about the generic types. by @ArchiDog1998 in 7cd86af
✅ Add, update, or pass tests.
- Add a test project and fix some bugs. by @ArchiDog1998 in b4b9c33
🗑️ Deprecate code that needs to be cleaned up.
- Remove some rubbish codes. by @ArchiDog1998 in 73dacae
- Remove some keyword in. by @ArchiDog1998 in 3e5364f
🎉 Begin a project.
- Fluent ready! by @ArchiDog1998 in 05ec209
Thank You to Our Contributors! 🎉
We'd like to extend our heartfelt thanks to the following contributors for their valuable contributions to this release:
- @ArchiDog1998 - 7994151, b629f5d, 8471588, 950ca4e, a7a3550, 5dce353, b4b9c33, b4a547f, 2da0efd, 73dacae, 92ac628, 8f8f760, 51640e2, 17509f7, 7cd86af, 05ec209, 3e5364f, 2c35674
Your hard work and dedication helped improve this project, and we truly appreciate all the time and effort you've invested.
Thank you for being a part of this amazing community! 🙏
0.9.6.1
0.9.6.1 (2025-2-19 Wednesday)
Some useful tools in my opinion.
Nuget Packages: ArchiToolkit.Assertions, ArchiToolkit.Assertions.Logging, ArchiToolkit.InterpolatedParser, ArchiToolkit.RoslynHelper
Commits
🔖 Release / Version tags.
- try to release it with 0.9.6.1 version. by @ArchiDog1998 in 2c35674
➕ Add a dependency.
- Add the correct dependency. by @ArchiDog1998 in 9297a17
🚀 Deploy stuff.
- Fit its testing on the Console project! That is stupid. by @ArchiDog1998 in 2abb6e4
- don't release if there is that tag released by @ArchiDog1998 in 361883a
- Make it check the tags on github. by @ArchiDog1998 in 34a1eb5
- Add the nuget packages list by @ArchiDog1998 in 38b9c9d
- add issue user at release note. by @ArchiDog1998 in 804be88
🚚 Move or rename resources (e.g.: files, paths, routes).
- Change the solution folder structures by @ArchiDog1998 in 2812672
✅ Add, update, or pass tests.
- Add some basic tests. Well, it seems that it works fine. by @ArchiDog1998 in 96cd02a
✨ Introduce new features.
- add StringSyntax attributes. by @ArchiDog1998 in 7aa9e1c
- Better results from parse. by @ArchiDog1998 in 00f4ff9
- Add is beginning feature. by @ArchiDog1998 in 0820002
- Add a feature for trim the string or span. by @ArchiDog1998 in 3f67fc9
- Add the custom parser features. by @ArchiDog1998 in 330bbb8
- Almost make the parser works! by @ArchiDog1998 in bab728b
- Make it work with the roslyn, it is almost done! Now add the source generators! by @ArchiDog1998 in 75190af
- So some of the codes will be generated by the generator. by @ArchiDog1998 in 8718d97
🗑️ Deprecate code that needs to be cleaned up.
- Remove
[MethodImpl(MethodImplOptions.AggressiveInlining)]
by @ArchiDog1998 in df077b4
🐛 Fix a bug.
- Numbers can be parsed! by @ArchiDog1998 in bfb73ac
- fix the multi types bug. by @ArchiDog1998 in 5990ab1
- fix the format things. by @ArchiDog1998 in b6a9829
- fix the format provider of the regex string. by @ArchiDog1998 in 6b7504f
- Make format as a property by @ArchiDog1998 in 6630d90
- Ready for the numeric parsing. by @ArchiDog1998 in 82f803b
- fix the comma in contributors panel in release note by @ArchiDog1998 in 88e7e57
- Fix the link about tag commits by @ArchiDog1998 in 3a040d8
- remove the copying into desktop command. by @ArchiDog1998 in 2afe649
📝 Add or update documentation.
- Add some summaries. by @ArchiDog1998 in a26e048
- for the better release notes. by @ArchiDog1998 in 1aed3ef
🏗️ Make architectural changes.
- Make the Parser simplify. by @ArchiDog1998 in f0a0f22
- Change the framework of the InterpolatedParser. by @ArchiDog1998 in a16c3bb
🎉 Begin a project.
- A new project for interpolated parsing! work in progress. by @ArchiDog1998 in 93b4906
- The roslyn helper is coming! by @ArchiDog1998 in 4781e4f
Thank You to Our Contributors! 🎉
We'd like to extend our heartfelt thanks to the following contributors for their valuable contributions to this release:
- @ArchiDog1998 - 2c35674, 9297a17, 2abb6e4, 2812672, 96cd02a, 7aa9e1c, df077b4, 00f4ff9, bfb73ac, 0820002, a26e048, 5990ab1, b6a9829, 3f67fc9, 6b7504f, 330bbb8, 6630d90, 82f803b, bab728b, f0a0f22, 75190af, 8718d97, a16c3bb, 93b4906, 4781e4f, 361883a, 34a1eb5, 1aed3ef, 88e7e57, 38b9c9d, 804be88, 3a040d8, 2afe649
Your hard work and dedication helped improve this project, and we truly appreciate all the time and effort you've invested.
Thank you for being a part of this amazing community! 🙏
0.9.6
0.9.6 (2025-2-16 Sunday)
Some useful tools in my opinion.
Nuget Packages: ArchiToolkit.Assertions, ArchiToolkit.Assertions.Logging
Pull Requests
- New Crowdin updates by @ArchiDog1998 in #4
- New Crowdin updates by @ArchiDog1998 in #3
- New Crowdin updates by @ArchiDog1998 in #2
- New Crowdin updates by @ArchiDog1998 in #1
Issues
- ✅Auto Release request #5
Commits
🐛 Fix a bug.
- remove the copying into desktop command. by @ArchiDog1998 in 2afe649
- fix the nuget push and delete logic. by @ArchiDog1998 in c607dbc
- add null as default by @ArchiDog1998 in 55fe9a9
- make the message with the arguments. by @ArchiDog1998 in 0662191
- fix the l10n way. by @ArchiDog1998 in 8dc79c8
- Some little fix. by @ArchiDog1998 in 8116437
- multiple fix. by @ArchiDog1998 in d76ce7c
- fix which by @ArchiDog1998 in 9e4180d
- fix the frame index bug. by @ArchiDog1998 in 6d7eb1e
- make which better. by @ArchiDog1998 in 038e797
- make almost all to extensions by @ArchiDog1998 in 6e68bf7
- fix the stack frame index. by @ArchiDog1998 in e5baa66
- Fix some bugs and add an AndIt by @ArchiDog1998 in 01311ec
- add and which. by @ArchiDog1998 in bfdad90
- add priority of the must things. by @ArchiDog1998 in dd5d364
- Better way to check the assignment. in 5010efb
- Skip Initial check. in 729d355
- Remove something like var(x, y, z) in 51bef24
- Fix some const bug. in 0af120b
- Linq fix. in ac77d24
- Fix the array element access missing names. in e60a7c2
- Fix some const check. in b78b8f9
- Fix dead loop in d60c19d
- Fix the member binding expression things. in d997c5d
- It can check the tuple. in c9cc094
- Null check to get the name. in a6dfa10
- Fix the property getter logic. in a5f56d9
- Null check for the lazy things. in 8079f05
- Changed the way of getting the called properties. in 89af169
- Make it works and invoke the caller. by @ArchiDog1998 in f1139ef
- Ignore the binary expression. in 3cf464f
- Make it with equality comparer. in e793385
- Make set property as error. by @ArchiDog1998 in 95ab9d6
- Make object creation works! in 76faac9
- Add the object creation inspect. in 45d9f73
- Fix the parenthesized thing. in 4730b77
- Simplify the code creators. in cbf1f43
- Add simplename skip expression. in 1d303e4
- Fix the consistent invocation caller. in 7874771
- Invocation Argument Check fix. in 1cd58b5
- Don't copy the base things. in d5e30f5
- Make it inspect into the methods! in 3d6a0c6
- Fix the type generator. in 5565e5d
- Fix the null thing in the field property. by @ArchiDog1998 in cef6e5a
- Fix the initialize method accessor. by @ArchiDog1998 in 6b9e0a8
- Fix the dead loop! by @ArchiDog1998 in 3aa4a0c
- Try to find the can't build bug. by @ArchiDog1998 in 1a6a913
- Fix the invocation of the members. by @ArchiDog1998 in 81c63d0
- Const bug for the multi assignment fix. by @ArchiDog1998 in 5e1d547
- Fix about when the field property changed. by @ArchiDog1998 in 9a5c24c
- Fix the GeneratedCode Attribute. by @ArchiDog1998 in 6bcbc45
- Fix the member invoke error. by @ArchiDog1998 in bca236a
- Make sure it is in this assembly. it is field or property or parameter. by @ArchiDog1998 in 1df96bc
- Fix the way of getting the name of the expression. by @ArchiDog1998 in d7ab0ad
🚀 Deploy stuff.
- So make it auto release, maybe. by @ArchiDog1998 in 044a681
- added the permission. let's try it out by @ArchiDog1998 in 2e49264
- change it to windows for the fucking permission. by @ArchiDog1998 in fe45330
- nuke things by @ArchiDog1998 in f35d886
- No warnings anymore. by @ArchiDog1998 in 1113bdd
⏪ Revert changes.
- Revert "added the permission. let's try it out" I prefer Windows! by @ArchiDog1998 in dff6b54
🏗️ Make architectural changes.
- better file structure, maybe. by @ArchiDog1998 in ce760c3
- change the framework of the folder structure. by @ArchiDog1998 in ae33529
- change the folder framework. by @ArchiDog1998 in 990c968
- Add the data for the tag. by @ArchiDog1998 in 4789c24
- Change the framework to make it ez to use. by @ArchiDog1998 in a25c143
- Change the sln and props things. in e8a9bfa
✨ Introduce new features.
- make it push the package automatically by @ArchiDog1998 in e795ded
- changed the return type. by @ArchiDog1998 in 0f87bd6
- add nuke! let's learn it! by @ArchiDog1998 in 13b8ca7
- Better for logging in assertions. by @ArchiDog1998 in f181cd5
- add it to logging. by @ArchiDog1998 in b35e7e9
- add tag for the assertionScope by @ArchiDog1998 in d694c42
- add logs and content. by @ArchiDog1998 in 5101fba
- add the sqlite for config in the future. by @ArchiDog1998 in 3686854
- Almost finish the ui. by @ArchiDog1998 in 083101f
- add the first page. by @ArchiDog1998 in c5a6949
- Make the ui much better. by @ArchiDog1998 in 52dd448
- just make some ui things. by @ArchiDog1998 in c66dd48
- add more string conditions. by @ArchiDog1998 in f5a5d60
- so you can manually handle the failure with return value. by @ArchiDog1998 in 09b78bb
- add manually HandleFailure assertion. by @ArchiDog1998 in ba51783
- add some new assertions. by @ArchiDog1998 in b1b36ac
- add it and not. by @ArchiDog1998 in b6b3f29
- Add more assertions. in e75df3b
- Add the assertions things. in 0be76e2
- Add some interesting assertions. in 2863c63
- It can check the interface attribute, theoretically. in c7b807f
- NotifyCollectionChanged available. in bd48d5e
- Add pure function things. in 9dadecd
- Add a feature for on field property changing & changed. in 222b815
- Make FieldDp can be added the comparer type. in 044318a
- Allow init. in 7c5591e
- You can only modify the reference item if you wish. by @ArchiDog1998 in 2809df7
- Add the code fixer for the set property. by @ArchiDog1998 in 193d873
- Add warning for adding the setting method. by @ArchiDog1998 in d61b96b
- Make PropDp can be set. by @ArchiDog1998 in d743066
- Split the FieldDp from PropDp. by @ArchiDog1998 in 07b3757
- If the property has the same name. in 4796419
- Please don't add the static to this property. in 26db136
- NotifyPropertyChanging and Changed! in fb29d97
- Finished the accessor things! by @ArchiDog1998 in 985b73f
- Add the init things. by @ArchiDog1998 in 2f26961
- Add an error to avoid ...