Changes between Initial Version and Version 1 of Ticket #16870, comment 11


Ignore:
Timestamp:
2018-10-25T21:46:46+02:00 (5 years ago)
Author:
michael2402

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16870, comment 11

    initial v1  
    44
    55I don't think that the length of the version should change. NPM is a relatively new package manager, it has a reason that they decided on fixed-length 3 component version strings (xx.xx.xx) and don't allow anything else.
     6
     7EDIT: Important to note, that a version would then be determined by the time at which the corresponding commit reaches the master on our build server (for @since tags).
     8
     9EDIT2: Nice side effect of using the day as @stoecker proposed is, that we can always add the date of the merge to master in our @since tags and will be pretty close to the acutal since (plugin versions don't have to be an exact match, so if you see a method that got added on 2018-10-25, set your dependency to 201810270 and you are safe)