📝 docs(index.d.ts): add server config object definition for better documentation The server config object definition has been added to the global declaration file to provide clear documentation on the structure of the server configuration object. This will help developers understand the expected format of the server configuration object and its properties.Sebastian Frank2024-02-23 10:56:56 +0000
🚀 feat(index.d.ts): add ConfigPackage interface to provide utility functions for configuration management The ConfigPackage interface is added to provide utility functions for configuration management. It includes methods to get the current namespace string and the current project object, enhancing the flexibility and ease of managing configurations within the application.
dev
Sebastian Frank2024-02-23 10:40:10 +0000
🚀 feat(index.d.ts): add copy method to the global declaration to enable file or directory copying The copy method is added to the global declaration in order to provide a convenient way to copy files or directories. This method takes the source path and destination path as parameters and performs the copy operation. This addition enhances the functionality of the global declaration and allows for easier file management within the application.Sebastian Frank2024-01-09 14:25:14 +0000
beff5c2fe1🔨 refactor(fieldMeta.json): remove unnecessary code duplication and reorganize fieldMeta schema 🌟 feat(fieldMeta.json): add new properties for folding configuration, hiding field widget, direction, pathStep, and metaElements The changes in the fieldMeta.json schema remove unnecessary code duplication by removing a section that was already defined elsewhere. The schema is also reorganized to group related properties together for better readability. New properties for folding configuration, hiding field widget, direction, pathStep, and metaElements are added to enhance the flexibility and customization options of the fieldMeta schema.robin2023-08-06 09:35:49 +0000
791ef2639c🔧 chore(schemas): update collectionNavigation.json and fieldMeta.json schemas 🔀 Merge branch 'feature/schema-update' into 'master' The collectionNavigation.json schema was updated to include a new enum value "MANUALLY" for the "order" property in the "defaultSort" object. This allows for manual sorting of items in the admin UI lists. The fieldMeta.json schema was updated to include new properties and definitions related to folding configuration for array fields, hiding field widgets, direction of fields, path steps, and meta elements. These updates enhance the flexibility and customization options for the field widgets in the application.robin2023-08-06 09:31:19 +0000
🚀 feat(index.d.ts): add api(), project(), and collection() methods to global declaration This commit adds three new methods to the global declaration file: api(), project(), and collection(). These methods return an object with any key-value pairs, allowing for more flexibility in the codebase.Sebastian Frank2023-05-25 12:47:34 +0000
📝 docs(index.d.ts): add timeout property to RequestOptions interface The RequestOptions interface now includes a timeout property, which specifies the number of seconds before the request times out. This improves the usability of the interface by allowing developers to specify a timeout for requests.Sebastian Frank2023-05-02 16:23:55 +0000