Skip to content

Releases: unusualify/modularous

v0.57.4

03 Mar 10:41

Choose a tag to compare

πŸ”§ Bug Fixes

v0.57.3

18 Feb 22:59
8496206

Choose a tag to compare

πŸ”§ Bug Fixes

v0.57.2

07 Feb 00:01

Choose a tag to compare

πŸ”§ Bug Fixes

  • update package name references from 'modularity' to 'modularous' in configuration files for consistency by @oguzhanbukcuoglu in 882d336

v0.57.1

06 Feb 23:29

Choose a tag to compare

πŸ”§ Bug Fixes

v0.57.0

06 Feb 23:15

Choose a tag to compare

πŸš€ Features

  • add RedirectsUsers trait for handling user redirection paths by @celikerde in ddcd7dd
  • add tests for email registration and notification sending functionality by @celikerde in 1d314f6
  • implement log file rotation and dynamic log path configuration by @oguzhanbukcuoglu in 6dcff85
  • add failure handling method to log job errors by @oguzhanbukcuoglu in 4c962c3
  • enhance issue branch creation with version detection and customizable dev branch input by @oguzhanbukcuoglu in 7571d83
  • add modularity_path function to retrieve vendor path if not already defined by @oguzhanbukcuoglu in 4456d13
  • introduce coverage analysis service, facade, and configuration for enhanced code coverage reporting by @oguzhanbukcuoglu in 426f5ee
  • add commands for coverage analysis, PR checks, report generation, test generation, and real-time monitoring by @oguzhanbukcuoglu in 0732867
  • add transactionSnapshot method for detailed transaction data by @oguzhanbukcuoglu in eb536d6
  • implement collapsible panel structure for improved item display and interaction by @oguzhanbukcuoglu in 23e86bf
  • add transaction summary to language files and update transactionSnapshot method for improved data handling by @oguzhanbukcuoglu in 6678801
  • include 'paid_at' timestamp in transaction snapshot for enhanced payment details by @oguzhanbukcuoglu in 10354bb
  • enhance item formatting with conditional rendering for formatters by @oguzhanbukcuoglu in eee0595
  • add Traitify trait for dynamic method and property retrieval based on trait names by @oguzhanbukcuoglu in 5758840
  • override newInstance method to propagate dependentWarmingEnabled flag to new instances, enhancing model behavior with Traitify integration by @oguzhanbukcuoglu in 3c34a52
  • enhance cache invalidation logic with options for dependent warming control by @oguzhanbukcuoglu in 8c2228d
  • enhance newInstance method to ensure dependentWarmingEnabled flag is propagated to new instances, improving model behavior consistency by @oguzhanbukcuoglu in 4db05e9

πŸ”§ Bug Fixes

♻️ Refactors

πŸ“ Documentation

  • add comprehensive guidelines for Modularity package development across various components by @oguzhanbukcuoglu in 05e4840
  • correct directory path for test files in guidelines by @oguzhanbukcuoglu in e330e63
  • add context file outlining package purpose, core concepts, and guidelines for modular application development by @oguzhanbukcuoglu in 94254b3
  • add structured patterns and rules for modular application development, including module structure, service provider patterns, and CI/CD guidelines by @oguzhanbukcuoglu in 3315469
  • add template for coverage-driven unit tests for unusualify/modularity package by @oguzhanbukcuoglu in 9828d5c
  • remove outdated rules and guidelines for controllers, models, and repositories; introduce new modularity development rules by @oguzhanbukcuoglu in db5dcfe

πŸ’„ Styling

βœ… Testing

  • add test for assignments deletion upon force delete of the model by @celikerde in a50d185
  • add tests for custom macro functionality and PostgreSQL ILIKE scope handling by @celikerde in c0ebf8e
  • add tests for saving event without model authorized type and query scope without user by @celikerde in 73bbebf
  • add soft delete functionality and related tests for creator record management by @celikerde in ec334c9
  • add tests for managing fileponds state changes including addition, deletion, and retrieval by @celikerde in 2f0a1e0
  • add tests for model update events and handling of non-existent image attributes by @celikerde in 06239c3
  • add tests for handling chatable notifications and booting chatable models by @celikerde in f7e835c
  • add tests for original base price relationship and language-based price queries by @celikerde in 3c2411d
  • add tests for formatted price attributes excluding and including VAT by @celikerde in e37ad32
  • add tests for creating, updating, and managing spreadable models with payloads by @CelikE...
Read more

v0.56.7

28 Jan 12:36
f16aa9b

Choose a tag to compare

πŸ”§ Bug Fixes

  • adjust middleware for registration route and enhance session check in ImpersonateMiddleware by @OoBook in eadb70d

v0.55.6

20 Jan 16:24
0982e3f

Choose a tag to compare

πŸ”§ Bug Fixes

  • refresh model before invalidating cache to ensure accurate cache state by @OoBook in 2a90e55

v0.55.5

19 Jan 09:54
22d4f2a

Choose a tag to compare

πŸ”§ Bug Fixes

  • improve retrieval of creator information for payment payload by @OoBook in c98f9ac

v0.55.4

16 Jan 11:10

Choose a tag to compare

πŸš€ Features

  • add conditional touch for models with mustTouchable property by @OoBook in c583ef9

πŸ”§ Bug Fixes

  • reset model state update flags after state update to prevent unintended behavior by @OoBook in e133dfa
  • add email and custom_creator_id to payment payload for user verification by @OoBook in 6ca50f0

πŸ’„ Styling

v0.55.3

13 Jan 08:58

Choose a tag to compare

πŸš€ Features

  • include locale in cache parameters for form items and table items to enhance localization support by @OoBook in 4503213

πŸ’„ Styling