version should support float type #18

Closed
opened 2024-06-19 18:16:12 +02:00 by egarette · 1 comment
Owner

This file is correct:

---
version: "1.1"

This should too:

---
version: 1.1
This file is correct: ``` --- version: "1.1" ``` This should too: ``` --- version: 1.1 ```
Member

This feature is already solved.

Let's solve another feature about the version attribute :

The version attribute can be unspecified.

Let's say that you don't have to put the version number in the YAML definition file, if you don't want to.

The idea is to be able to put a default version number already set in RougailConfig.

The behavior is that if the version is defined in the YAML file, then this overrides the default definition set in RougailConfig

This feature is already solved. Let's solve another feature about the `version` attribute : The `version` attribute can be unspecified. Let's say that you don't have to put the version number in the YAML definition file, if you don't want to. The idea is to be able to put a default version number already set in RougailConfig. The behavior is that if the version is defined in the YAML file, then this overrides the default definition set in `RougailConfig`
gremond added reference float_version 2024-07-07 08:17:30 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stove/rougail#18
No description provided.