Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Patches applied for some parts that are not working correctly.
Version 3.1.7
Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Patches applied for some parts that are not working correctly.
Version 3.1.6
Incoming Webhooks feature added. The incoming Webhooks feature enables automatic pattern compile and project code generation through webhooks from online repository services like GitHub, BitBucket, GitLab, etc.
Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Patches applied for some parts that are not working correctly.
Version 3.1.5
Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Patches applied for some parts that are not working correctly.
Version 3.1.4
Necessary updates were made for GDPR compliance.
"Private/Public" version visibility feature added for patterns.
The functionality of the file manager has been increased. File search features have been improved.
"Live Preview..." and "Browse Files..." marketplace buttons for patterns have been added.
Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Patches applied for some parts that are not working correctly.
Version 3.1.3
The "Badges" section has been added to the "Marketplace" section under the "Settings" section of the patterns.
The "Variables" section has been added to the project page as in the pattern pages. Thus, database password, SSH key, access key, environment variables, etc. can also be defined within the project.
skip_whitespace feature has been added for pattern templates. With this feature's help, if a template contains only whitespace characters, this template can be skipped without taking action.
Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Patches applied for some parts that are not working correctly.
Version 3.1.2
A more efficient directory structure was introduced for Snippet Injection.
The helper files __glue__, __header__, __footer__ and __default__ have been added for Snippet Injection. (See snippets Directory Structure)
The timezone feature has been added to user profile settings.
The batch download feature has been added for pattern template files.
skip_empty andremove_whitespace features are added for pattern templates. Thus, while generating source code, empty templates can be skipped, or whitespace in the templates can be removed.
Detailed pricing options have been added to the "Marketplace" section under the "Settings" section for the patterns.
Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Patches applied for some parts that are not working correctly.
Version 3.1.1
Model files are added to the generated source code.
{{! ... }} escaping symbol added to pattern template helpers. (See Escaping Symbol)
{{@if ... }} control structures added to pattern template helpers. (See Control Structures)
Git repository feature is added for pattern templates. Thus, templates can be updated as files. Updated files can be pushed to the Git repository, and these files can be pulled into the pattern templates section with a single click.
Some usability improvements are made to the schema, template, and model editors.
Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Patches applied for some parts that are not working correctly.
Version 3.1.0
Project page Files section added. Thus, static files can easily be added for the projects.
Git repository setup features are added as a pattern for projects and patterns. If a Git code repository is installed to a project or pattern, source code will be pulled from the Git repository based on its order during source code generation. The source codes pulled from the Git repository will be extracted and copied to the specified directories.
Some improvements are made on the user interface for better usability.
Some styling updates are made on the user interface for better visuality.
Version 3.0.0
Patterns module added. Users can create their own patterns.
Source code editor added. Users can edit source code after code generation.
Multilingual user-interface support added.
"Edit as JSON" feature added for schemas, templates and models.
"Latest Commits" feature added. This feature stores all the previous commits in the browser's indexedDB database. With the help of this feature a user can go back to previous commits.
Pattern and project versioning feature added.
Project multi-pattern support added. A user can choose multiple patterns for a project. Pyronome will generate source code using each pattern at once.