nextras / orm

Orm with clean object design, smart relationship loading and powerful collections.
https://nextras.org/orm
MIT License
310 stars 57 forks source link

Migration to 4.0: Missing IArrayFilterFunction, IQueryBuilderFilterFunction migration #458

Closed radimvaculik closed 4 years ago

radimvaculik commented 4 years ago

Missing information about migration IArrayFilterFunction & IQueryBuilderFilterFunction @ https://github.com/nextras/orm/blob/master/doc/migrate_4.0.texy

Versions::

hrach commented 4 years ago

There is this note:

Collection: reworked custom collection functions Custom functions have been completely reworked and simplified, see docs what they can do now and how to write them.

I may add few more words but generally there is not way how to provide migration path. You should read the new docs and rewrite according to it.

hrach commented 4 years ago

@radimvaculik if you would like, you could help me what was the main change for you, I will write it into doc :)

radimvaculik commented 4 years ago

@hrach All good. I missed the note. Maybe, you should provide more information, how classes change the names. For example:

hrach commented 4 years ago

thanks, will add :)