Skip to content

Ubiquitous Droplets (v0.4.1)

Latest
Compare
Choose a tag to compare
@KennethTrecy KennethTrecy released this 24 Aug 07:00
v0.4.1
cc7de17

Change log

v0.4.1

🚀 Enhancements

  • home: Output the environment variable and headers received (98bf85c)
  • home: Restore metadata (5f04aa3)
  • financial entry: Renew rule for currency amount (2ac8752)
  • account: Relax validation rules for texts (71af398)
  • cash flow activity: Relax validation rules for texts (79e0a04)
  • currency: Relax validation rules for texts (e6c1494)
  • financial entry: Relax validation rules for texts (ed6c819)
  • modifier: Relax validation rules for texts (cb6e4d4)
  • account: Include deleted entities on enriched document (832ba63)
  • financial entry: Include deleted entities on enriched document (ec7981b)
  • frozen period: Include deleted entities on enriched document (8d466ff)
  • modifier: Include deleted entities on enriched document (72d7b5b)
  • home: Add details about user limit (7e5e18b)

🩹 Fixes

  • authentication: Register missing helpers (09cfbe5)
  • filter: Require some helpers for chain authentication (895ee91)
  • filter: Require some helpers for ensuring ownership (da8c827)
  • controller: Require some helpers for CRUD operations (ad4443c)
  • authentication: Require some helpers to log out (d367301)
  • seed: Import missing authentication module (91d8f4c)
  • frozen period: Correct the exchange rates for dry run statements (a7dc8f4)
  • validation: Use regular expression to ensure integer (6cc8e1f)
  • validation: Remove required parameters in validation rule (b79a1e0)
  • validation: Improve expression to validate numbers (802c001)
  • validation: Correct validation to prevent editing of frozen entries (69d689f)
  • frozen period: Include authentication helper (3d29b3b)
  • frozen period: Separate accounts used for exchange modifiers (e8afe45)
  • frozen period: Determine financial entries to use as basis (abe7126)
  • validation: Make fractional part in decimal optional (8013d94)
  • model: Allow searching with deleted resources (f67d490)
  • library: Use native filter to add CORS for handling exceptions (5c21c8e)

💅 Refactors

  • validation: Rename the validator rule for numbers (749f92c)
  • frozen period: Simplify exchange rates (4a531ea)

📖 Documentation

  • notes: Add another way to contribute (153369b)
  • Modify the purpose of the program (b8cdde0)
  • Edit the description (b0efa64)
  • Improve description (283e38d)
  • blueprint: Add new tables and columns (b0bbec4)
  • blueprint: Add table to include formula in collections (c1b556b)
  • description: Add the public server (48f7b09)
  • description: Link the public client (ea9043e)

📦 Build

  • Change command to build on remote server (b5e01c7)
  • Restore rollback command to build on remote server (cf14993)
  • Force all rollback commands (b5c79ba)
  • Change the argument syntax to run the CodeIgniter (66955cf)

✅ Tests

  • unit: Change the basis for failed test (0df6a6a)

🎨 Styles

  • Fix the word wrap in README (557b3b0)

↩️ Reverts

  • home: Remove details about user limit (4ca8deb)

🗒️ Configurations

  • Remove configuration regarding CORS (c4662f7)
  • environment: Remove variables regarding CORS (f0774b0)
  • Remove CORS filter (399d7ea)
  • Prepare CORS filters (756aa1b)
  • route: Add route to register options method for any route (774d3b7)
  • CORS: Add empty strings to register new values (9924c24)
  • filter: Register the custom filters again (31e2f47)
  • app: Attempt to recognize proxy IP on remote (16e1271)
  • app: Use helper function to get environment variable (02b42ec)
  • validation: Include fraction rules (5de05ac)

🧩 Internals

  • library: Remove CORS filter on handling exceptions (c38a04e)
  • home: Remove metadata temporarily (e8616ac)
  • validation: Make validation for fractions (c5353ad)
  • language: Format error message for custom rule (743279f)
  • financial entry: Include modifier in filter (3d3d046)
  • authentication: Remove logging of available users (f435e6a)

❤️ Contributors