Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 448 Bytes

Shims.md

File metadata and controls

10 lines (7 loc) · 448 Bytes

Migration from 4.x to 5.x: Shims

Shims ease migration as complete parts of the code, such as validation and other model property settings can be reused immediately without refactoring them right away.

See the Shim plugin for details.

Note: It does not hurt to have them, if you don't use them. The overhead is minimal.

Entity

  • Enums via enum() are ported in entity, if you used them before.