auraphp / Aura.Filter

Validate and sanitize arrays and objects.
MIT License
159 stars 33 forks source link

Packagist releases #152

Open merlindiavova opened 2 years ago

merlindiavova commented 2 years ago

Hey all,

Are any plans to create stable releases to go on packagist? Current running composer require aura/filter installs 2.3.1

Thanks

harikt commented 2 years ago

Hi @merlindiavova ,

I am planning to do a release for 4.x . There is a few stuffs I need to fix before doing it.

Reason : Making sure https://github.com/auraphp/Aura.Filter_Interface can be used by both Aura.Filter and Aura.Input

Once done we can do a release for Aura.Input and Aura.Filter at same time. I hope we can do in the coming weeks.

merlindiavova commented 2 years ago

Great!

Would love to help in any way I can. Please let me know how I can help.

Sent from ProtonMail mobile

-------- Original Message -------- On 26 Mar 2022, 05:55, Hari K T wrote:

Hi @.***(https://github.com/merlindiavova) ,

I am planning to do a release for 4.x . There is a few stuffs I need to fix before doing it.

Reason : Making sure https://github.com/auraphp/Aura.Filter_Interface can be used by both Aura.Filter and Aura.Input

Once done we can do a release for Aura.Input and Aura.Filter at same time. I hope we can do in the coming weeks.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

harikt commented 2 years ago

Hi @merlindiavova ,

Sorry for not able to communicate. I was a bit busy and carried away. I will try to push some of the changes and ping in case you can help with those.

Thank you.

harikt commented 2 years ago

I wasn't able to work as expected. Here are the changes currently I did some weeks back.

If you are interested to look into here are the PR :

https://github.com/auraphp/Aura.Filter/pull/153

https://github.com/auraphp/Aura.Input/pull/76

We need to fix the tests. If you make any progress either you can send to harikt:initial branch.

harikt commented 2 years ago

I have merged the PR and is on 4.x . If possible you can run this on your project and see if there is any issues and report back. That will be great help.

Another way you can checkout the code and see if the commented code makes sense or not.

Thank you.

harikt commented 2 years ago

I was trying to integrate with Aura.Input and seems we are missing the multidimensional support. So I don't think we can do a release on this very soon.