Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / WendellAdriel/laravel-validated-dto issues and pull requests

#94 - Fix issue of missing properties when transforming DTO

Pull Request - State: closed - Opened by WendellAdriel 14 days ago

#93 - A question about toArray()

Issue - State: closed - Opened by xingyunxlm 14 days ago - 1 comment
Labels: bug

#92 - Add lazy validation feature

Pull Request - State: closed - Opened by WendellAdriel 19 days ago

#91 - Fix issue with data property

Pull Request - State: closed - Opened by WendellAdriel 20 days ago

#90 - Add convert strategy

Issue - State: closed - Opened by meysam1717 23 days ago - 3 comments
Labels: idea/discussion

#89 - toArray fix in #80 causes other issues

Issue - State: closed - Opened by xHeaven about 2 months ago - 3 comments
Labels: bug

#88 - Livewire

Issue - State: closed - Opened by i-prikot about 2 months ago - 6 comments
Labels: idea/discussion

#87 - Add possibility to get data without nulls in map transformation

Issue - State: closed - Opened by MuminovicAnel 2 months ago - 3 comments

#84 - Added support for Arrayable

Pull Request - State: closed - Opened by felixbessler 4 months ago - 2 comments

#83 - Preserve timezone offset for Carbon casts

Pull Request - State: closed - Opened by schaeferalex 4 months ago - 1 comment

#82 - Switched buildDataForExport from private to public for custom DataTransformers

Pull Request - State: closed - Opened by felixbessler 4 months ago - 1 comment

#81 - Breaking change v3.6.0

Issue - State: closed - Opened by felixbessler 4 months ago - 3 comments

#80 - Fix issue with toArray

Pull Request - State: closed - Opened by WendellAdriel 4 months ago - 1 comment

#79 - Clearing data property after DTO validation

Pull Request - State: closed - Opened by WendellAdriel 5 months ago

#78 - A question about `toArray`

Issue - State: closed - Opened by huangdijia 5 months ago - 2 comments
Labels: bug

#77 - Ability to ignore/drop undefined data in DTO

Issue - State: closed - Opened by schaeferalex 5 months ago - 3 comments
Labels: enhancement

#76 - fix number cast when post empty string

Pull Request - State: closed - Opened by szutoutou 6 months ago

#75 - read custom stubs in case developer require custom stubs

Pull Request - State: closed - Opened by MarkRady 8 months ago

#74 - Laravel 11

Pull Request - State: closed - Opened by WendellAdriel 9 months ago

#72 - Fixed an issue with file validation

Pull Request - State: closed - Opened by vadymtsots 10 months ago - 2 comments

#69 - Customizable stubs

Pull Request - State: closed - Opened by DavoodGhanbarpour 12 months ago - 1 comment

#60 - Add after hook for validation

Pull Request - State: closed - Opened by WendellAdriel about 1 year ago

#59 - Fix how to handle enums and carbon objects when transforming DTO

Pull Request - State: closed - Opened by WendellAdriel about 1 year ago

#55 - Add new Cast attribute

Pull Request - State: closed - Opened by WendellAdriel about 1 year ago

#54 - Fix issue when transforming DTOs with nested Collections or Models

Pull Request - State: closed - Opened by WendellAdriel about 1 year ago

#53 - Fix issue when transforming DTOs with nested DTOs into array or json

Pull Request - State: closed - Opened by WendellAdriel about 1 year ago - 3 comments

#51 - Added new Attributes and Traits

Pull Request - State: closed - Opened by WendellAdriel about 1 year ago

#48 - Use a return type of `static`

Pull Request - State: closed - Opened by simon-tma about 1 year ago

#45 - v3

Pull Request - State: closed - Opened by WendellAdriel about 1 year ago

#44 - added banner

Pull Request - State: closed - Opened by ludoguenet about 1 year ago

#43 - Added logo files

Pull Request - State: closed - Opened by scottzirkel about 1 year ago

#42 - Improve `toJson` and `toPrettyJson`

Pull Request - State: closed - Opened by huangdijia over 1 year ago - 1 comment

#41 - Convert Wireable DTO with deeply nested objects to arrays

Pull Request - State: closed - Opened by bnzo over 1 year ago - 3 comments

#40 - Mapping deeply nested values

Issue - State: closed - Opened by bnzo over 1 year ago - 6 comments
Labels: enhancement, question

#39 - tests :: refactor some tests

Pull Request - State: closed - Opened by falahatiali over 1 year ago - 5 comments

#38 - Add Support for callback function for casting

Pull Request - State: closed - Opened by emrancu over 1 year ago - 5 comments

#37 - ResourceDTO and Wireable Trait

Pull Request - State: closed - Opened by WendellAdriel over 1 year ago

#36 - Ability to use ValidatedDTO within a request

Issue - State: closed - Opened by cosmastech over 1 year ago - 1 comment
Labels: question

#35 - Add SimpleDTO class

Pull Request - State: closed - Opened by WendellAdriel over 1 year ago

#34 - Possibility to expose the "real property" failing the validation for nested DTOs?

Issue - State: open - Opened by arunbabucode over 1 year ago - 3 comments
Labels: enhancement, question

#33 - Feature: map nested to flat data

Pull Request - State: closed - Opened by WendellAdriel over 1 year ago

#32 - DTO as recource

Issue - State: closed - Opened by Beattle over 1 year ago - 7 comments
Labels: enhancement, question

#31 - Map nested DTO to flat data

Issue - State: closed - Opened by Dennise89 over 1 year ago - 5 comments
Labels: enhancement, question

#30 - dto does not like Str::orderedUuid() as string

Issue - State: closed - Opened by rabol over 1 year ago - 1 comment

#29 - Add feature to map data

Pull Request - State: closed - Opened by WendellAdriel over 1 year ago

#28 - The ability to use nested casts.

Pull Request - State: closed - Opened by SavageDays over 1 year ago - 1 comment

#27 - Implement map before validation

Pull Request - State: closed - Opened by Dennise89 over 1 year ago - 1 comment

#26 - Adding pipelines to process the data

Pull Request - State: closed - Opened by smartmeerkat over 1 year ago - 4 comments

#25 - Model mapping

Issue - State: closed - Opened by Dennise89 over 1 year ago - 8 comments
Labels: enhancement

#24 - Returning a collection

Issue - State: closed - Opened by rgdigital over 1 year ago - 9 comments

#23 - Add toPrettyJson method

Pull Request - State: closed - Opened by WendellAdriel over 1 year ago

#22 - transform data to DTO (e.g. name = first + last)?

Issue - State: closed - Opened by wivaku over 1 year ago - 1 comment
Labels: question

#21 - separate simple and pretty json format

Pull Request - State: closed - Opened by farshidrezaei over 1 year ago - 1 comment

#20 - Fix dependencies on composer.json

Pull Request - State: closed - Opened by WendellAdriel over 1 year ago

#19 - Dependencies in the composer.json file

Issue - State: closed - Opened by ilzrv over 1 year ago - 11 comments

#18 - Simple wording fix for better english

Pull Request - State: closed - Opened by jeffwhansen over 1 year ago

#17 - Support casting to Enums

Issue - State: closed - Opened by simon-tma over 1 year ago - 3 comments

#16 - Issue #15 Add fromArray method

Pull Request - State: closed - Opened by Pavlusha311245 over 1 year ago

#15 - No "from array" method

Issue - State: closed - Opened by PaulZavadski over 1 year ago - 2 comments

#14 - Add support for null values

Pull Request - State: closed - Opened by WendellAdriel over 1 year ago

#13 - Do not cast null properties

Issue - State: closed - Opened by nickhhg over 1 year ago - 3 comments

#12 - Add feature to cast Eloquent Models properties to DTOs

Pull Request - State: closed - Opened by WendellAdriel over 1 year ago

#11 - Laravel Cast support?

Issue - State: closed - Opened by patriziotomato over 1 year ago - 4 comments

#10 - Casts

Issue - State: closed - Opened by i-prikot almost 2 years ago - 2 comments

#9 - Improved README and Makefile commands

Pull Request - State: closed - Opened by WendellAdriel almost 2 years ago

#8 - Fix test - file delete exception & add Github Actions

Pull Request - State: closed - Opened by dansysanalyst almost 2 years ago

#7 - Minor issue with the casts method being generated as `abstract`

Issue - State: closed - Opened by IDTitanium almost 2 years ago - 2 comments

#6 - fix/dto-stub-fix

Pull Request - State: closed - Opened by IDTitanium almost 2 years ago

#5 - Applied improvements mentioned on PR for v2

Pull Request - State: closed - Opened by WendellAdriel almost 2 years ago

#4 - Version 2

Pull Request - State: closed - Opened by WendellAdriel almost 2 years ago

#3 - can you make the framework general DTO or recommend other ?

Issue - State: closed - Opened by chunpat almost 2 years ago - 1 comment

#2 - Feature/tests

Pull Request - State: closed - Opened by UendelC almost 2 years ago - 1 comment

#1 - Does this support nested data?

Issue - State: closed - Opened by aneesdev almost 2 years ago - 2 comments