mirai 1.0 #113
              
  
  Closed
              
          
                  
                    
                      shikokuchuo
                    
                  
                
                  started this conversation in
                General
              
            
            
              mirai 1.0
            
            #113
          
          
        Replies: 1 comment
-
| Now released! | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
@wlandau @HenrikBengtsson
Hi both, just providing advance notice here of an intended breaking change to the interface for
mirai.These do not break your existing unit tests, but in case you are making changes to your packages, please do also test against the latest dev version of
miraiuntil the new release is out.list(a, b, c). I think it has been mentioned before that this has minimal benefit over having to specifylist(a = a, b = b, c = c).Due to the breaking nature, I will take this opportunity to release
miraiversion 1.0. This has the added benefit of providing a higher level of stability guarantee for your packages going forward.Beta Was this translation helpful? Give feedback.
All reactions